t / t4018 / perl-sub-definitionon commit mingw: replace MSVCRT's fstat() with a Win32-based implementation (d75e697)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}