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