mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:08:33 +02:00
7 lines
84 B
ObjectPascal
7 lines
84 B
ObjectPascal
{ %NORUN}
|
|
program tw25077;
|
|
|
|
TYPE AnyName = TYPE PROCEDURE (A : INTEGER);
|
|
|
|
begin
|
|
end. |