diff options
| author | ruki <[email protected]> | 2022-09-27 00:54:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-27 00:54:06 +0800 |
| commit | 9952e0cc62da89cdb899fe1dd02b86e156073e3e (patch) | |
| tree | 4d603eff29bcd1f7670e828a2b3abc16de3168a0 /tests/apis/rules_inject_deps/src/main.cpp | |
| parent | 411e455ba256d4f67289a267f62a74930212c8f9 (diff) | |
inject rule deps
Diffstat (limited to 'tests/apis/rules_inject_deps/src/main.cpp')
| -rw-r--r-- | tests/apis/rules_inject_deps/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/apis/rules_inject_deps/src/main.cpp b/tests/apis/rules_inject_deps/src/main.cpp new file mode 100644 index 000000000..1e5cc698f --- /dev/null +++ b/tests/apis/rules_inject_deps/src/main.cpp @@ -0,0 +1,6 @@ +import hello; + +int main() { + hello::say("hello module!"); + return 0; +} |
