aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/expr_arrayindex.bad
blob: 3439751060c006d57888f5d08d20997f71d86ded (plain)
1
2
3
4
5

int#[2] arr = [12,34];

/* ERRORS */
int a = arr#[/];