summaryrefslogtreecommitdiff
path: root/tests/static-lib2-long-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static-lib2-long-name.c')
-rw-r--r--tests/static-lib2-long-name.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/static-lib2-long-name.c b/tests/static-lib2-long-name.c
new file mode 100644
index 0000000..13b9854
--- /dev/null
+++ b/tests/static-lib2-long-name.c
@@ -0,0 +1,8 @@
+#include "static-lib.h"
+#include <stdio.h>
+
+int g() {
+ ++p;
+ printf("call %d\n", p);
+ return p;
+}