Browse Source

no message

florian 24 years ago
parent
commit
007f366bd3
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tests/tbs/tb0350.pp

+ 9 - 0
tests/tbs/tb0350.pp

@@ -0,0 +1,9 @@
+{ $VERSION=1.1}
+{$mode objfpc}
+var
+   a : longint absolute 0;
+
+begin
+   if @a<>nil then
+     halt(1);
+end.