xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain (revision b39c515898423c8d899e35282f4b395f7cad3298)
1#!/usr/bin/perl
2
3print "1..1\n";
4
5die "I should have no args -- @ARGV" if (@ARGV);
6print "ok 1 - this is a test\n";
7
8