2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
waf/playground/pch/main.cpp

9 lines
72 B
C++

#include "a.h"
#include "b.h"
#include "c.h"
int main()
{
return 0;
}