1use Test2::V0;
2
3is($ENV{T2_HARNESS_STAGE}, 'AAA', "Running in stage 'AAA'");
4ok($INC{'AAA.pm'}, "Preloaded AAA");
5
6done_testing;
7