hanchenye-llvm-project/llvm/test/Verifier/byval-2.ll

5 lines
96 B
LLVM

; RUN: not llvm-as < %s >& /dev/null
; PR2711
%s = type opaque
declare void @h(%s* byval %num)