[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
[oota-llvm.git] / test / Verifier / byval-1.ll
1 ; RUN: not llvm-as < %s >& /dev/null
2 declare void @h(i32 byval %num)