summaryrefslogtreecommitdiffstats
path: root/tests/run-make/lto-no-link-whole-rlib/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/lto-no-link-whole-rlib/bar.c')
-rw-r--r--tests/run-make/lto-no-link-whole-rlib/bar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/lto-no-link-whole-rlib/bar.c b/tests/run-make/lto-no-link-whole-rlib/bar.c
new file mode 100644
index 000000000..b25011930
--- /dev/null
+++ b/tests/run-make/lto-no-link-whole-rlib/bar.c
@@ -0,0 +1,3 @@
+int foo() {
+ return 2;
+}