Explorar o código

test void assignment

pierre %!s(int64=24) %!d(string=hai) anos
pai
achega
f329e6bfca
Modificáronse 1 ficheiros con 10 adicións e 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.