blob: ce785c286a8bcf421bc0ce7d9301925c2a22c485 [file] [log] [blame]
Chris Lattnere22abec2002-10-13 21:43:56 +00001; RUN: as < %s | dis
2
Chris Lattner0cd05de2002-10-13 21:38:21 +00003%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
9implementation
10