mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 01:59:45 +02:00
10 lines
108 B
ObjectPascal
10 lines
108 B
ObjectPascal
{ %VERSION=1.1 }
|
|
{$mode objfpc}
|
|
var
|
|
a : longint absolute 0;
|
|
|
|
begin
|
|
if @a<>nil then
|
|
halt(1);
|
|
end.
|