summaryrefslogtreecommitdiffstats
path: root/test cases/common/137 whole archive/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/137 whole archive/prog.c')
-rw-r--r--test cases/common/137 whole archive/prog.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/137 whole archive/prog.c b/test cases/common/137 whole archive/prog.c
new file mode 100644
index 0000000..1f553e5
--- /dev/null
+++ b/test cases/common/137 whole archive/prog.c
@@ -0,0 +1,5 @@
+#include<mylib.h>
+
+int main(void) {
+ return func1() - func2();
+}