fpc/tests/webtbf/tw41041.pp

13 lines
156 B
ObjectPascal

{ %fail }
program ie2017110102;
type
tt = procedure; internproc;
var
ff: tt;
begin
ff; // project1.lpr(10,5) Error: Internal error 2017110102
end.