diff options
Diffstat (limited to 'tests/projects/c++/modules/xmake_tests2/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/xmake_tests2/src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/xmake_tests2/src/main.cpp b/tests/projects/c++/modules/xmake_tests2/src/main.cpp new file mode 100644 index 000000000..7a7488a3b --- /dev/null +++ b/tests/projects/c++/modules/xmake_tests2/src/main.cpp @@ -0,0 +1,3 @@ +import Foo; + +int main() { return foo(); } |
