mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:08:02 +02:00
9 lines
91 B
ObjectPascal
9 lines
91 B
ObjectPascal
{$mode objfpc}
|
|
var
|
|
a : longint absolute 0;
|
|
|
|
begin
|
|
if @a<>nil then
|
|
halt(1);
|
|
end.
|