mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:28:06 +02:00
9 lines
70 B
ObjectPascal
9 lines
70 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tb0249;
|
|
var
|
|
p: PByte;
|
|
begin
|
|
p := nil - 5;
|
|
end.
|