__END__
# NAME double free of op
sub all (&@);
all { $_->[0] } map { [ }
EXPECT
syntax error at - line 2, near "[ }"
Execution of - aborted due to compilation errors.
