mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 22:31:51 +02:00
11 lines
72 B
ObjectPascal
11 lines
72 B
ObjectPascal
|
|
procedure p;
|
|
type
|
|
k1 = word;
|
|
begin
|
|
end;
|
|
|
|
type
|
|
k2 = word;
|
|
begin
|
|
end. |