fpc/tests/webtbs/tw35670a.pp
svenbarth 433f07c407 * forgot to commit tests in r42329
git-svn-id: trunk@42330 -
2019-07-05 15:30:53 +00:00

18 lines
152 B
ObjectPascal

{ %NORUN }
program tw35670a;
{$mode objfpc}
generic procedure DoThis<T>(msg: T);
begin
end;
procedure DoThis(msg: TObject);
begin
end;
begin
end.