diff options
| author | ruki <[email protected]> | 2019-09-04 00:33:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-03 21:23:33 +0800 |
| commit | ca20eae2af926af38bd19a539bd919f4cd1439cd (patch) | |
| tree | 8a1a3214043a2759a569f3fa2fd80b14c7853483 /tests/projects/hybrid/static_library/src/test4.cpp | |
| parent | 9f580d4e56f182c65b8402b7e4e5dd3e9c1612fd (diff) | |
add hybrid test project
Diffstat (limited to 'tests/projects/hybrid/static_library/src/test4.cpp')
| -rw-r--r-- | tests/projects/hybrid/static_library/src/test4.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/hybrid/static_library/src/test4.cpp b/tests/projects/hybrid/static_library/src/test4.cpp new file mode 100644 index 000000000..3cdf598a2 --- /dev/null +++ b/tests/projects/hybrid/static_library/src/test4.cpp @@ -0,0 +1,5 @@ +#include "test.h" + +void test4() +{ +} |
