summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/cmake/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/cmake/src/main.cpp')
-rw-r--r--tests/projects/c++/modules/cmake/src/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/projects/c++/modules/cmake/src/main.cpp b/tests/projects/c++/modules/cmake/src/main.cpp
deleted file mode 100644
index b96807bda..000000000
--- a/tests/projects/c++/modules/cmake/src/main.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-import hello;
-
-int main() {
- hello::say s(sizeof(hello::say));
- s.hello();
- return 0;
-}