summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/modulemap.modulemap/src/hello.h
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-07 00:49:30 +0800
committerruki <[email protected]>2019-09-06 22:57:05 +0800
commit1d6857de2bc044f45f76270256fad011a591abfc (patch)
tree2a028539f470eaee636744990e15c3c42b39edbd /tests/projects/c++/modules/modulemap.modulemap/src/hello.h
parent0f7e7701f27eec0118930eddefba0d0ca3269d38 (diff)
add modulemap tests
Diffstat (limited to 'tests/projects/c++/modules/modulemap.modulemap/src/hello.h')
-rw-r--r--tests/projects/c++/modules/modulemap.modulemap/src/hello.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/projects/c++/modules/modulemap.modulemap/src/hello.h b/tests/projects/c++/modules/modulemap.modulemap/src/hello.h
deleted file mode 100644
index 743934c26..000000000
--- a/tests/projects/c++/modules/modulemap.modulemap/src/hello.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-import std;
-using namespace std;
-
-namespace hello {
- inline void say_hi() {
- cout << "hello hi!" << endl;
- }
-
- inline void say_hello() {
- cout << "hello world!" << endl;
- }
-
- inline void say_xz() {
- cout << "hello xz!" << endl;
- }
-} \ No newline at end of file