Browse Source

* another @ problem

peter 23 years ago
parent
commit
4241238f78
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/tbs/tb0425.pp

+ 10 - 0
tests/tbs/tb0425.pp

@@ -0,0 +1,10 @@
+type
+  pr=^r;
+  r=record
+    i : integer;
+  end;
+var
+  buf1 : pr;
+begin
+  if @buf1.i<>nil then;
+end.