mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-24 22:00:58 +01:00
10 lines
81 B
ObjectPascal
10 lines
81 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tw32412c;
|
|
|
|
var
|
|
p: Pointer;
|
|
begin
|
|
Delete(p, 1, 2, 3);
|
|
end.
|