mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 03:48:45 +01:00
14 lines
172 B
ObjectPascal
14 lines
172 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. |