fpc/tests/webtbf/tw32412c.pp
2017-09-27 21:15:00 +00:00

10 lines
81 B
ObjectPascal

{ %FAIL }
program tw32412c;
var
p: Pointer;
begin
Delete(p, 1, 2, 3);
end.