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