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