aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_type_struct.bad
blob: cc16de038dceb73de79ffbe821076a1841584134 (plain)
1
2
3
4
5
6
7
8
9

/* ERRORS */
typedef a = (,);
typedef b = (,,);
typedef c = (int,,);
typedef d = (a x y);
typedef e = (a ());
typedef f = (int^[x] bad);