mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 18:29:23 +02:00
10 lines
82 B
ObjectPascal
10 lines
82 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tw32412b;
|
|
|
|
var
|
|
p: Pointer;
|
|
begin
|
|
Insert('', p, 1, 2);
|
|
end.
|