summaryrefslogtreecommitdiffstats
path: root/tests/run-make/glibc-staticlib-args/program.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/glibc-staticlib-args/program.c')
-rw-r--r--tests/run-make/glibc-staticlib-args/program.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/glibc-staticlib-args/program.c b/tests/run-make/glibc-staticlib-args/program.c
new file mode 100644
index 000000000..30f6974b7
--- /dev/null
+++ b/tests/run-make/glibc-staticlib-args/program.c
@@ -0,0 +1,6 @@
+void args_check();
+
+int main() {
+ args_check();
+ return 0;
+}