fpc/tests/webtbs/uvmt.pp
pierre 70dfb89620 + Test for bug report 20093
git-svn-id: trunk@18892 -
2011-08-29 11:55:21 +00:00

16 lines
131 B
ObjectPascal
Executable File

{ OPT=-gw }
unit uvmt;
{$mode objfpc}
interface
type
a_tclass = class (tobject)
x : integer;
end;
implementation
end.