Explorar el Código

test void assignment

pierre hace 24 años
padre
commit
f329e6bfca
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      tests/webtbf/tw1395.pp

+ 10 - 0
tests/webtbf/tw1395.pp

@@ -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.