diff options
Diffstat (limited to 'tests/projects/c++/modules/modulemap.modulemap/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/modulemap.modulemap/src/main.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/projects/c++/modules/modulemap.modulemap/src/main.cpp b/tests/projects/c++/modules/modulemap.modulemap/src/main.cpp deleted file mode 100644 index 6fffc01f7..000000000 --- a/tests/projects/c++/modules/modulemap.modulemap/src/main.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// #include "hello.h" -import hello; - -int main() { - hello::say_hello(); - hello::say_xz(); - hello::say_hi(); - return 0; -}
\ No newline at end of file |
