print <<EOT;
1..2
ok foo
EOT

exit(0) unless $ENV{FAILURE_DO_PASS};

print "ok bar\n";