#!./perl -w
#
# Contributed by Graham Barr <Graham.Barr@tiuk.ti.com>
BEGIN {
}
print $_[1] ? "ok " : "not ok ", $_[0], "\n";
}
print "1..20\n";
sub sub0 { 1 }
sub sub0 { 2 }
sub sub1 { 1 }
sub sub2 { 1 }
sub sub3 { 2 }
sub sub6 { 2 }
BEGIN {
local $^W = 0;
}
# If we got any errors that we were not expecting, then print them