fpc/tests/webtbs/uvmt.pp
2011-12-19 17:40:02 +00:00

22 lines
198 B
ObjectPascal

{ OPT=-gw }
unit uvmt;
{$mode objfpc}
interface
{$ifndef VAR_ONLY}
type
a_tclass = class (tobject)
x : integer;
end;
{$endif ndef VAR_ONLY}
var
a_int : longint;
implementation
end.