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