1 ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
6 %myfn = type float (i55,double,i55,i16)
11 %thisfuncty = type i55 (i55) *
13 declare void @F(%thisfuncty, %thisfuncty, %thisfuncty)
15 ; This function always returns zero
16 define i55 @zarro(i55 %Func)
25 call void @F(%thisfuncty @zarro, %thisfuncty @test, %thisfuncty @foozball)
29 define i55 @foozball(i55)