[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Assembler / alias-redefinition.ll
index 19ad85bf5f5bd0f9405b123afb1203aaaf45555b..7c57b63b66f6b72d322b28f57d96d3212eb6f007 100644 (file)
@@ -3,5 +3,5 @@
 ; CHECK: error: redefinition of global named '@bar'
 
 @foo = global i32 0
-@bar = alias i32* @foo
-@bar = alias i32* @foo
+@bar = alias i32, i32* @foo
+@bar = alias i32, i32* @foo