summaryrefslogtreecommitdiff
path: root/elf/tst-pie1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-pie1.c')
-rw-r--r--elf/tst-pie1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/elf/tst-pie1.c b/elf/tst-pie1.c
new file mode 100644
index 0000000000..75d941f21f
--- /dev/null
+++ b/elf/tst-pie1.c
@@ -0,0 +1,5 @@
+int
+foo (void)
+{
+ return 34;
+}