diff options
| author | ruki <[email protected]> | 2021-11-10 00:21:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-10 00:21:29 +0800 |
| commit | 0a17c9c9d9143dfa4281efb13b0f550533d96a18 (patch) | |
| tree | e04530f85f0b3cab8c29ec6daac253fbc8573fdd /tests/projects/c++/modules/hello/src/main.cpp | |
| parent | f0d88dbc6bf6b06724edf942488a8e21050c9484 (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.cpp | 2 |
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 +} |
