fpc/tests/tbs/tb0354.pp
2024-10-31 22:35:04 +01:00

7 lines
63 B
ObjectPascal

{$mode delphi}
type
a = function ( ) : boolean;
begin
end.