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