/* ERRORS */ typedef a = enum(v=bool:false,w); typedef b = enum(v=not :true,w); typedef c = uint16 enum(v=-1,w=-2); typedef d = bool enum(v=1,w=0); typedef e = struc enum(v=()); typedef f = struc enum(w=(1,1)); typedef struc = (int x);