summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/lto-5b.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-plugin/lto-5b.c')
-rw-r--r--ld/testsuite/ld-plugin/lto-5b.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-plugin/lto-5b.c b/ld/testsuite/ld-plugin/lto-5b.c
new file mode 100644
index 0000000..c24f6d4
--- /dev/null
+++ b/ld/testsuite/ld-plugin/lto-5b.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void foo(void)
+{
+ printf ("hello foo\n");
+}