mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
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
|