Browse Source

no message

florian 21 years ago
parent
commit
2d31d6f75e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tests/webtbs/tw3048.pp

+ 9 - 0
tests/webtbs/tw3048.pp

@@ -0,0 +1,9 @@
+{ Source provided for Free Pascal Bug Report 3048 }
+{ Submitted by "GBD" on  2004-04-15 }
+{ e-mail:  }
+{$mode delphi}
+var a ,b : array of word;
+
+begin
+ if a<>b then writeln('ok');
+end.