xref: /openbsd-src/gnu/usr.bin/perl/t/lib/croak/parser (revision 5486feefcc8cb79b19e014ab332cc5dfd05b3b33)
1__END__
2# NAME double free of op
3sub all (&@);
4all { $_->[0] } map { [ }
5EXPECT
6syntax error at - line 2, near "[ }"
7Execution of - aborted due to compilation errors.
8