fpc/tests/webtbs/tw17220a.pp
Jonas Maebe 5ca1bd2a32 * if the unit of a procedure call is explicitly specified, limit the search
for (overloaded) procsyms to that unit (mantis #17220)

git-svn-id: trunk@15887 -
2010-08-23 20:51:40 +00:00

11 lines
96 B
ObjectPascal

program project1;
{$ifdef fpc}
{$mode objfpc}{$H+}
{$endif}
uses uw17220a;
begin
test;
end.