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