diff options
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() +{ +} |
