summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/testsuite/reloc1.h')
-rw-r--r--trunk/testsuite/reloc1.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/testsuite/reloc1.h b/trunk/testsuite/reloc1.h
new file mode 100644
index 0000000..093dd3a
--- /dev/null
+++ b/trunk/testsuite/reloc1.h
@@ -0,0 +1,12 @@
+struct A
+ {
+ char a;
+ struct A *b;
+ int *c;
+ };
+
+extern struct A foo;
+extern int bar;
+extern int f1 (void);
+extern int f2 (void);
+extern struct A *f3 (void);