xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches (revision b39c515898423c8d899e35282f4b395f7cad3298)
1print "1..1\n";
2print $INC{'strict.pm'} ? "ok 1\n" : "not ok 1\n";
3