locarray
static struct loclist *locarray(const char *, int, struct loclist *, int);
| locname '[' int32 ']' { $$ = locarray($1, $3, NULL, 0); }
{ $$ = locarray($1, $3, $5, 0); }
{ $$ = locarray($2, $4, $6, 1); }