fpc/tests/tbs/tb0354.pp
2001-06-02 19:20:37 +00:00

8 lines
80 B
ObjectPascal

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