fpc/tests/tbs/ub0133.pp
2002-09-07 15:40:30 +00:00

16 lines
178 B
ObjectPascal

{ Old file: tbs0156b.pp }
{ }
unit ub0133;
interface
type
_win_st = record
_parent : ^WINDOW;
end;
WINDOW = _win_st;
implementation
end.