fpc/tests/webtbs/tw8611.pp
florian 784641ec46 * delay parsing of the closing SEMICOLON of a uses clause till the
unit map is updated to avoid symbols not being found, resolves #8611

git-svn-id: trunk@23886 -
2013-03-17 11:06:04 +00:00

13 lines
104 B
ObjectPascal

program ie200501152;
{$mode objfpc}
uses
Classes;
{$if declared(TObject)}
{$endif}
begin
end.