#!./perl -l
# There's a bug in -P where the #! line is ignored. If this test
# suddenly starts printing blank lines that bug has been fixed.
print "1..3\n";
#define MESS "ok 1\n"
print MESS;
#ifdef MESS
print "ok 2\n";
#else
print "not ok 2\n";
#endif
X$ok = "not ok 3\n";
X#include "Comp_cpp.inc"
X#ifdef OK
X#endif