block_follow
if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */
if (block_follow(ls, 0)) { /* 'goto' is the entire block? */
if (block_follow(ls, 1) || ls->t.token == ';')
while (!block_follow(ls, 1)) {