ff733a5bdc93f4b8e9a6fc87dc7063f0c9da08ef
[oota-llvm.git] / test / Verifier / byval-4.ll
1 ; RUN: llvm-as < %s -o /dev/null -f
2 %struct.foo = type { i64 }
3
4 declare void @h(%struct.foo* byval %num)