Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.git] / test / Assembler / 2007-07-19-ParamAttrAmbiguity.ll
blob9c7daa841ab892b0194cc41348333afeefe43fe5
1 ; PR1553
2 ; RUN: llvm-as < %s > /dev/null
3 define void @bar() {
4         %t = call i8 @foo( i8 10 )
5         zext i8 %t to i32
6         ret void
9 declare i8 @foo(i8)