xref: /openbsd-src/gnu/usr.bin/perl/t/porting/bench/badhash (revision 5759b3d249badf144a6240f7eec4dcf9df003e6b)
1#!perl
2# for the use of t/porting/bench.pl.
3#
4# A file to load which has an invalid hash key
5
6
7[
8    'foo::bar' => {
9        desc    => 'my $x = "abc"',
10        setup   => '',
11        code    => 'my $x = "abc"',
12        blah    => 1,
13    },
14];
15
16