diff options
| author | Arthur LAURENT <[email protected]> | 2025-11-04 12:15:52 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-11-04 12:15:52 +0100 |
| commit | 791bb25721f76b49b384b6f8657bac7660036b4a (patch) | |
| tree | 081cae413a516844b1d7459fa58205c1e262bce9 /tests/projects/c++/modules/xmake_tests2/src/main.cpp | |
| parent | b024a424af7511f2d64794b84e08aced3de935e4 (diff) | |
add tests
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(); } |
