summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-10-13-ConstantEncodingProblem.llx
blob: 0634b9f43044f86117479768755c5547e4957cdc (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llvm-dis

%Domain = type { %Domain**, %Domain* }

%D = global %Domain { %Domain** null, %Domain* null }

implementation