the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git] / test / Verifier / byval-1.ll
blob9bbead08611462c755874cb8e25f3575b3c7b469
1 ; RUN: not llvm-as < %s >& /dev/null
2 declare void @h(i32 byval %num)