summaryrefslogtreecommitdiffstats
path: root/tests/run-make/link-path-order/wrong.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/link-path-order/wrong.c')
-rw-r--r--tests/run-make/link-path-order/wrong.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/link-path-order/wrong.c b/tests/run-make/link-path-order/wrong.c
new file mode 100644
index 000000000..64275b3ad
--- /dev/null
+++ b/tests/run-make/link-path-order/wrong.c
@@ -0,0 +1 @@
+int should_return_one() { return 0; }