summaryrefslogtreecommitdiff
path: root/test/Linker/Inputs/linkage.a.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/linkage.a.ll')
-rw-r--r--test/Linker/Inputs/linkage.a.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Linker/Inputs/linkage.a.ll b/test/Linker/Inputs/linkage.a.ll
new file mode 100644
index 0000000000..8a156f669a
--- /dev/null
+++ b/test/Linker/Inputs/linkage.a.ll
@@ -0,0 +1,2 @@
+@X = linkonce global i32 5
+define linkonce i32 @foo() { ret i32 7 }