xref: /openbsd-src/gnu/usr.bin/perl/t/lib/croak/pp_ctl (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1__END__
2# NAME when outside given
3use 5.01;
4when(undef){}
5EXPECT
6Can't "when" outside a topicalizer at - line 2.
7########
8# NAME default outside given
9use 5.01;
10default{}
11EXPECT
12Can't "default" outside a topicalizer at - line 2.
13