aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_var_generic.bad
blob: 6264c04b390aa5051d132ddf2ff7223c798f7b77 (plain)
1
2
3
4
5
6
7
8
9
10
11

/* ERRORS */
list[0] a;
list^[int] b;
list,[int] c;
list[int int int] c;
list[[]] d;
[] e;
[];
[] f;