1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
5 %X = type i32* addrspace(4)*
7 %inners = type { float, { i8 } }
8 %struct = type { i32, %inners, i64 }
11 %fwdref = type { %fwd* }
13 ; same as above with unnamed types
18 %test2 = type [2 x i32]
19 ;%x = type %undefined*
21 %test3 = type i32 (i32()*, float(...)*, ...)*