llvm-project/llvm/test/Verifier/byval-3.ll

3 lines
72 B
LLVM

; RUN: not llvm-as < %s -o /dev/null -f
declare void @h(i32 byval %num)