pub(super) fn call_name_skips_semi_rewrite(
bytes: &[u8],
paren_pos: usize,
) -> boolExpand description
Return true when the identifier preceding paren_pos names a
builtin that uses ;-chain semantics inside its args (loop,
exec2, exec3, while).