Fix bugs section.
[llvm-complete.git] / test / Verifier / byval-2.ll
blob19d49bbd5ddcedf0ad378680f790d74d30d5b429
1 ; RUN: not llvm-as < %s -o /dev/null -f
2         %s = type opaque
3 declare void @h(%s* byval %num)