fpc/tests/webtbs/tw33839a.pp
2018-06-15 13:49:33 +00:00

11 lines
185 B
ObjectPascal

{ %NORUN }
program tw33839a;
{$mode objfpc} // change to mode Delphi and it works
uses uw33839;
begin
testme(100);
testme(1.0);
specialize testme<String>('Test');
end.