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

18 lines
144 B
ObjectPascal

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