/* ERRORS */ typedef = ;; typedef a = ; typedef b; typedef c c; typedef alias alias d = int; typedef incomplete incomplete e = (int, private); typedef f = typedef; typedef typedef g = int; typedef h = (; // ERROR typedef i = int; // ERROR unexpected "typedef" token due to missing ")" above int x; i use_i; // should work