@@ -0,0 +1,10 @@
+{ %FAIL }
+{ Source provided for Free Pascal Bug Report 1395 }
+{ Submitted by "Stian Skjelstad" on 2001-02-08 }
+{ e-mail: [email protected] }
+var
+ a, b : pointer;
+
+begin
+ a^:=b^;
+end.