aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/linkage2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/linkage2.ll')
-rw-r--r--test/Linker/Inputs/linkage2.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Linker/Inputs/linkage2.ll b/test/Linker/Inputs/linkage2.ll
new file mode 100644
index 0000000..ce01c9d
--- /dev/null
+++ b/test/Linker/Inputs/linkage2.ll
@@ -0,0 +1,7 @@
+@test1_a = weak global i8 1
+
+@test2_a = external dllimport global i8
+
+@test3_a = common global i16 0
+
+@test4_a = common global i16 0, align 4