diff options
| author | Arthur LAURENT <[email protected]> | 2022-12-04 22:39:05 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-12-04 22:49:47 +0100 |
| commit | 54d1c3ba54069b36337e6ba269f33a3bf148b476 (patch) | |
| tree | 8d39695770da2d65a2e8b5e7b9ca18f7e3b1dd71 /tests/projects/c++/modules/internal_partition/src/main.cpp | |
| parent | e5ddfba800683c9a0ee54445f3cab42defab11ed (diff) | |
internalpartition is not msvc specific
Diffstat (limited to 'tests/projects/c++/modules/internal_partition/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/internal_partition/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/internal_partition/src/main.cpp b/tests/projects/c++/modules/internal_partition/src/main.cpp new file mode 100644 index 000000000..1e5cc698f --- /dev/null +++ b/tests/projects/c++/modules/internal_partition/src/main.cpp @@ -0,0 +1,6 @@ +import hello; + +int main() { + hello::say("hello module!"); + return 0; +} |
