summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-10 00:21:29 +0800
committerruki <[email protected]>2021-11-10 00:21:29 +0800
commit0a17c9c9d9143dfa4281efb13b0f550533d96a18 (patch)
treee04530f85f0b3cab8c29ec6daac253fbc8573fdd /tests/projects/c++/modules/hello/src/main.cpp
parentf0d88dbc6bf6b06724edf942488a8e21050c9484 (diff)
support std for c++ modules/msvc
Diffstat (limited to 'tests/projects/c++/modules/hello/src/main.cpp')
-rw-r--r--tests/projects/c++/modules/hello/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/hello/src/main.cpp b/tests/projects/c++/modules/hello/src/main.cpp
index 175b4d348..1e5cc698f 100644
--- a/tests/projects/c++/modules/hello/src/main.cpp
+++ b/tests/projects/c++/modules/hello/src/main.cpp
@@ -3,4 +3,4 @@ import hello;
int main() {
hello::say("hello module!");
return 0;
-} \ No newline at end of file
+}