mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
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)
|