Checking testcase for bytecode reader/writer that is causing the SPEC parser
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.ll
1 %Domain = type { sbyte*, %List_o_links*, %D_tree_leaf*, %Domain* }
2 %List_o_links = type { int, int, int, %List_o_links* }
3 %D_tree_leaf = type { %Domain*, int, %D_tree_leaf* }
4
5 %D = global %Domain { sbyte* null, %List_o_links* null, %D_tree_leaf* null, %Domain* null }
6
7 implementation
8