/* ERRORS */ typedef a = ^; typedef b = ^int; typedef c = (^); typedef d = (^int); typedef e = (^int a); typedef f = ^(int); typedef g^ = a^; typedef ^h = a^; typedef i = ^()^();