mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
e4ef28d52c
fails, like it is right now. llvm-svn: 61690
5 lines
92 B
LLVM
5 lines
92 B
LLVM
; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
|
|
|
|
%t = type opaque
|
|
@x = global %t undef
|