Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / Verifier / byval-2.ll
blob1d03715bc3228818c021c0352e399077cb969b96
1 ; RUN: not llvm-as < %s >& /dev/null
2 ; PR2711
3         %s = type opaque
4 declare void @h(%s* byval %num)