aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/ConstantGlobals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/ConstantGlobals.ll')
-rw-r--r--test/Linker/Inputs/ConstantGlobals.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Linker/Inputs/ConstantGlobals.ll b/test/Linker/Inputs/ConstantGlobals.ll
new file mode 100644
index 0000000..56c2ba5
--- /dev/null
+++ b/test/Linker/Inputs/ConstantGlobals.ll
@@ -0,0 +1,2 @@
+@X = constant [1 x i32] [i32 8]
+@Y = external constant [1 x i32]