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