mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01: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
|