pascalabcnet/TestSuite/errors/err0243_const_fun.pas

6 lines
49 B
ObjectPascal
Raw Permalink Normal View History

2018-07-17 19:12:27 +03:00
function f := 666;
const a = f();
2018-07-17 11:33:54 +03:00
begin
end.