aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_type_undeclared.bad
blob: 625eec52bcc00243a4de1b854125e7f279a0e535 (plain)
1
2
3
4
5
6

/* ERRORS */
typedef aaa = xxx;
typedef bbb = yyy:zzz;
typedef ccc = aaa:xxx;
typedef ddd = yyy:xxx;