summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elf/dwarf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-elf/dwarf1.c')
-rw-r--r--binutils-2.25/ld/testsuite/ld-elf/dwarf1.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-elf/dwarf1.c b/binutils-2.25/ld/testsuite/ld-elf/dwarf1.c
new file mode 100644
index 00000000..2895d4c8
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-elf/dwarf1.c
@@ -0,0 +1,10 @@
+#include <stdio.h>
+#include "dwarf1.h"
+
+struct foo_s foo;
+
+void
+doprintf (void)
+{
+ printf ("OK\n");
+}