diff options
| author | ruki <[email protected]> | 2024-03-14 00:53:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 00:53:00 +0800 |
| commit | 61045518a48698768f184e7509796f7c911f118e (patch) | |
| tree | 0eccb11232f4f4ac9d134e4cfc6730d52f7f05ee /tests/projects/c++/modules/partitions_implunit2/src/main.cpp | |
| parent | 218abfd90286dd906f28c368802fd755808f1ab9 (diff) | |
add paritions_implunit2
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit2/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/partitions_implunit2/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit2/src/main.cpp b/tests/projects/c++/modules/partitions_implunit2/src/main.cpp new file mode 100644 index 000000000..acef780c2 --- /dev/null +++ b/tests/projects/c++/modules/partitions_implunit2/src/main.cpp @@ -0,0 +1,6 @@ +import Foo;
+
+int main(int argc, char** argv) {
+ foo();
+ return 0;
+}
|
