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