blob: e0811eeacf44f0baffa95ea3cb386a721bb22972 [file] [log] [blame]
Chris Lattner0cd05de2002-10-13 21:38:21 +00001%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
7implementation
8