summaryrefslogtreecommitdiffstats
path: root/test cases/unit/103 strip/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/103 strip/lib.c')
-rw-r--r--test cases/unit/103 strip/lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/103 strip/lib.c b/test cases/unit/103 strip/lib.c
new file mode 100644
index 0000000..7d8163c
--- /dev/null
+++ b/test cases/unit/103 strip/lib.c
@@ -0,0 +1,3 @@
+#include <stdio.h>
+
+void func(void){ fprintf(stderr, "Test 1 2 3\n"); }