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