mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 03:28:35 +00:00
c6e42dfda1
types with no size. llvm-svn: 45959
4 lines
90 B
LLVM
4 lines
90 B
LLVM
; RUN: not llvm-as < %s -o /dev/null -f
|
|
%s = type opaque
|
|
declare void @h(%s* byval %num)
|