summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0350.pp
blob: 46365953b969e2b994e31f82f90915108ed8a0a2 (plain)
1
2
3
4
5
6
7
8
9
{ %VERSION=1.1 }
{$mode objfpc}
var
   a : longint absolute 0;

begin
   if @a<>nil then
     halt(1);
end.