aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/alias.ll')
-rw-r--r--test/Linker/Inputs/alias.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Linker/Inputs/alias.ll b/test/Linker/Inputs/alias.ll
new file mode 100644
index 0000000..b869cae
--- /dev/null
+++ b/test/Linker/Inputs/alias.ll
@@ -0,0 +1,3 @@
+@zed = global i32 42
+@foo = alias i32* @zed
+@foo2 = alias i16, i32* @zed