[X86] Adding support for FWORD type for MS inline asm
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
index 7592b2ce5a9b3065141f762682201675c16938dd..3ae23a208042072dcb6d1b4fcb907efed78dc08d 100644 (file)
@@ -1,8 +1,7 @@
-; RUN: echo "%T = type int" | as > %t.1.bc
-; RUN: as < %s > %t.2.bc
-; RUN: link %t.[12].bc
+; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc
+; RUN: llvm-as < %s > %t.2.bc
+; RUN: llvm-link %t.1.bc %t.2.bc
 
 %T = type opaque
-
-%X = constant {%T*} {%T* null }
+@X = constant { %T* } zeroinitializer          ; <{ %T* }*> [#uses=0]