diff options
| author | ruki <[email protected]> | 2019-09-04 00:34:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-03 21:27:46 +0800 |
| commit | d6b8d3ac7c4174ac8285e8ff5a4798f211f82d44 (patch) | |
| tree | 348d4a091017d61d40b9117ab2ba692eaf47433a /tests/projects/hybrid/static_library/src/main2.cpp | |
| parent | ca20eae2af926af38bd19a539bd919f4cd1439cd (diff) | |
improve hybrid test
Diffstat (limited to 'tests/projects/hybrid/static_library/src/main2.cpp')
| -rw-r--r-- | tests/projects/hybrid/static_library/src/main2.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/hybrid/static_library/src/main2.cpp b/tests/projects/hybrid/static_library/src/main2.cpp new file mode 100644 index 000000000..73890bc01 --- /dev/null +++ b/tests/projects/hybrid/static_library/src/main2.cpp @@ -0,0 +1,7 @@ +#include "test.h" + +int main(int argc, char** argv) +{ + test5(); + return 0; +} |
