fpc/tests/webtbs/tw25959.pp
svenbarth 689996d84f Fix for Mantis .
* pdecsub.pas, parse_proc_direc:
    when a hint directive is parsed we need to check whether the new token can still be a directive

+ added test (though that won't help much as we don't check the compiler output yet... :/ )

git-svn-id: trunk@27463 -
2014-04-04 14:04:32 +00:00

14 lines
105 B
ObjectPascal

{ %NORUN }
program tw25959;
{$mode delphi}
procedure test; deprecated;
begin
end;
begin
test;
end.