mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00: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
|