mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-16 14:40:00 +00:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
; RUN: llvm-as < %s | llvm-dis
|
|
|
|
%Domain = type { %Domain**, %Domain* }
|
|
|
|
%D = global %Domain { %Domain** null, %Domain* null }
|
|
|
|
implementation
|
|
|