From 5c0286dd6ec8c3f8bf7e6c4e7cecd9d5903948e8 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 6 Sep 2019 22:48:20 +0800 Subject: add impl_unit tests --- tests/projects/c++/modules/impl_unit/src/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/projects/c++/modules/impl_unit/src/main.cpp (limited to 'tests/projects/c++/modules/impl_unit/src/main.cpp') diff --git a/tests/projects/c++/modules/impl_unit/src/main.cpp b/tests/projects/c++/modules/impl_unit/src/main.cpp new file mode 100644 index 000000000..378861561 --- /dev/null +++ b/tests/projects/c++/modules/impl_unit/src/main.cpp @@ -0,0 +1,8 @@ +import hello; + +int main() { + hello::say_hello(); + hello::say_xz(); + // hello::say_hi(); + return 0; +} \ No newline at end of file -- cgit v1.3.1