fpc/tests/tbs/tb0350.pp
2024-10-31 22:35:04 +01:00

9 lines
91 B
ObjectPascal

{$mode objfpc}
var
a : longint absolute 0;
begin
if @a<>nil then
halt(1);
end.