From 791bb25721f76b49b384b6f8657bac7660036b4a Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Tue, 4 Nov 2025 12:15:52 +0100 Subject: add tests --- tests/projects/c++/modules/xmake_tests2/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/projects/c++/modules/xmake_tests2/src/main.cpp (limited to 'tests/projects/c++/modules/xmake_tests2/src/main.cpp') 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(); } -- cgit v1.3.1