Simplify testcase
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.llx
1 ; RUN: as < %s | dis
2
3 %Domain = type { %D_tree_leaf*, %Domain* }
4 %D_tree_leaf = type %Domain*
5
6 %D = global %Domain { %D_tree_leaf* null, %Domain* null }
7
8 implementation
9