summaryrefslogtreecommitdiff
path: root/tests/projects/hybrid/static_library/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/hybrid/static_library/src/main.cpp')
-rw-r--r--tests/projects/hybrid/static_library/src/main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/projects/hybrid/static_library/src/main.cpp b/tests/projects/hybrid/static_library/src/main.cpp
new file mode 100644
index 000000000..2750fcf2c
--- /dev/null
+++ b/tests/projects/hybrid/static_library/src/main.cpp
@@ -0,0 +1,10 @@
+#include "test.h"
+
+int main(int argc, char** argv)
+{
+ test1();
+ test2();
+ test3();
+ test4();
+ return 0;
+}