diff options
Diffstat (limited to 'tests/projects/c++/precompiled_header/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/precompiled_header/src/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/c++/precompiled_header/src/main.cpp b/tests/projects/c++/precompiled_header/src/main.cpp new file mode 100644 index 000000000..f0408cdf8 --- /dev/null +++ b/tests/projects/c++/precompiled_header/src/main.cpp @@ -0,0 +1,7 @@ +#include "header.h" + +int main(int argc, char** argv) +{ + printf("hello xmake!\n"); + return 0; +} |
