diff options
| author | ruki <[email protected]> | 2022-01-19 22:41:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-19 22:41:29 +0800 |
| commit | 09dc2106994a5cf0343f4bd170e6da5bc125470c (patch) | |
| tree | 83c55aa06d7b12d7cb039044ae1cf3893013069f /tests/projects/c++/modules/submodules2/src/main.cpp | |
| parent | dc2f011a9eb6963dbd2cfeed6000cd1f060a5655 (diff) | |
add submodules2 test
Diffstat (limited to 'tests/projects/c++/modules/submodules2/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/submodules2/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/submodules2/src/main.cpp b/tests/projects/c++/modules/submodules2/src/main.cpp new file mode 100644 index 000000000..ae58a08a3 --- /dev/null +++ b/tests/projects/c++/modules/submodules2/src/main.cpp @@ -0,0 +1,6 @@ +import main_module; + +int main(int argc, char** argv) { + hello(); + return 0; +} |
