1print <<DUMMY_TEST;
2ok 1
3ok 2
4ok 3
5ok 4
6DUMMY_TEST
7
8use if $^O eq 'VMS', vmsish => 'hushed';
9exit 1;
10