use v6-alpha;
use Test;
plan 2;
# L
is($?LINE, 9, '$?LINE works');
# L
ok($?FILE eq ('t/magicals/file_line.t' | 't\\magicals\\file_line.t'), '$?FILE works');
# NOTE:
# above is a junction hack for Unix and Win32 file
# paths until the FileSpec hack is working - Stevan