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

5 lines
96 B
LLVM
Raw Normal View History

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