fpc/tests/webtbs/tw2289.pp
2002-12-27 19:22:31 +00:00

17 lines
231 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 2289 }
{ Submitted by "Mattias Gaertner" on 2002-12-27 }
{ e-mail: nc-gaertnma@netcologne.de }
program TestSkip;
{$IFDEF NotDefined}
//
{$IFDEF Bogus}
{$ENDIF}
{$ENDIF}
begin
end.