xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
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