mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
1ffe4f2e88
llvm-svn: 47225
5 lines
80 B
LLVM
5 lines
80 B
LLVM
; RUN: llvm-as < %s | llvm-dis | llvm-as
|
|
|
|
%t = type opaque
|
|
@x = global %t undef
|