pascalabcnet/TestSuite/errors/err0142.pas

7 lines
66 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
type TFunc = function : integer;
var t : TFunc;
begin
t(2);
end.