summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/Inputs/use-shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/Inputs/use-shared.c')
-rw-r--r--lld/test/elf/Inputs/use-shared.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/test/elf/Inputs/use-shared.c b/lld/test/elf/Inputs/use-shared.c
new file mode 100644
index 00000000000..54332356b0b
--- /dev/null
+++ b/lld/test/elf/Inputs/use-shared.c
@@ -0,0 +1,5 @@
+void foo();
+
+int main() {
+ foo();
+}
OpenPOWER on IntegriCloud