aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_type_union.bad
blob: 14ba3a4655c233831af1796fe40d98a8e86b9c00 (plain)
1
2
3
4
5
6
7

/* ERRORS */
typedef a = union;
typedef b = union if;
typedef c = union (;
typedef e = union union (int x);
typedef f = union {int x};