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

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

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

implementation