fpc/bugs/bug0283.pp
1999-08-27 13:17:13 +00:00

8 lines
99 B
ObjectPascal

const dirsep = '\';
begin
if dirsep = '/'
then writeln('bug!')
else writeln('ok');
end.