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