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

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

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

implementation