mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
be3a88eac3
verifier. See PR2711 for details. llvm-svn: 55414
5 lines
96 B
LLVM
5 lines
96 B
LLVM
; RUN: not llvm-as < %s >& /dev/null
|
|
; PR2711
|
|
%s = type opaque
|
|
declare void @h(%s* byval %num)
|