Ver Fonte

new bug

peter há 21 anos atrás
pai
commit
c70c501571
1 ficheiros alterados com 14 adições e 0 exclusões
  1. 14 0
      tests/webtbs/tw3490.pp

+ 14 - 0
tests/webtbs/tw3490.pp

@@ -0,0 +1,14 @@
+{ %OPT=-Sew }
+
+{ Source provided for Free Pascal Bug Report 3490 }
+{ Submitted by "Tomas Hajny" on  2004-12-29 }
+{ e-mail:  }
+var
+ A: byte;
+ B: cardinal;
+
+begin
+ A := 3;
+ B := 0;
+ B := B + A * A;
+end.