1 2 3 4 5 6 7
begin mode Word = union (int, struct (ref Word w)), Value = union (void,Word), Stack = struct (ref Stack prev, Value val); struct (Word a) qs; { type_2 has no size! } skip end