Rename test so that we can run the disassembler on it.
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.llx
1 ; RUN: as < %s | dis
2
3 %Domain = type { sbyte*, %List_o_links*, %D_tree_leaf*, %Domain* }
4 %List_o_links = type { int, int, int, %List_o_links* }
5 %D_tree_leaf = type { %Domain*, int, %D_tree_leaf* }
6
7 %D = global %Domain { sbyte* null, %List_o_links* null, %D_tree_leaf* null, %Domain* null }
8
9 implementation
10