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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/xmake_tests2/src/main.cpp b/tests/projects/c++/modules/xmake_tests2/src/main.cpp index 7a7488a3b..a7fb45f9e 100644 --- a/tests/projects/c++/modules/xmake_tests2/src/main.cpp +++ b/tests/projects/c++/modules/xmake_tests2/src/main.cpp @@ -1,3 +1,5 @@ import Foo; -int main() { return foo(); } +int main() { + return foo(); +} |
