fpc/tests/test/uunit2b.pp
2001-04-10 21:29:25 +00:00

14 lines
116 B
ObjectPascal

unit uunit2b;
interface
type
tr = record
end;
tpl = ^longint;
implementation
end.