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

15 lines
173 B
ObjectPascal

{ Old file: tbs0289.pp }
{ no hint/note for unused types : implemented with -vnh OK 0.99.13 (PM) }
procedure p;
type
k1 = word;
begin
end;
type
k2 = word;
begin
end.