tb0350.pp 108 B

123456789
  1. { %VERSION=1.1 }
  2. {$mode objfpc}
  3. var
  4. a : longint absolute 0;
  5. begin
  6. if @a<>nil then
  7. halt(1);
  8. end.