[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Assembler / internal-protected-alias.ll
index 46a05ec732f52b4e04a84cd8ddc4a6d5c8b3e7c9..37e90a0de1c332b9f523109eedf41be604610f86 100644 (file)
@@ -2,5 +2,5 @@
 
 @global = global i32 0
 
-@alias = internal protected alias i32* @global
+@alias = internal protected alias i32, i32* @global
 ; CHECK: symbol with local linkage must have default visibility