aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/65 static archive stripping/app/appA.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/65 static archive stripping/app/appA.c')
-rw-r--r--test cases/unit/65 static archive stripping/app/appA.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/65 static archive stripping/app/appA.c b/test cases/unit/65 static archive stripping/app/appA.c
new file mode 100644
index 0000000..e44b54a
--- /dev/null
+++ b/test cases/unit/65 static archive stripping/app/appA.c
@@ -0,0 +1,4 @@
+#include <stdio.h>
+#include <libA.h>
+
+int main(void) { printf("The answer is: %d\n", libA_func()); }