1#!perl
2# for the use of t/porting/bench.pl.
3#
4# A file to load which has an invalid test name
5
6
7[ 
8    '1=' => {
9        desc    => 'my $x = "abc"',
10        setup   => '',
11        code    => 'my $x = "abc"',
12    },
13];
14
15