Browse Source

no message

florian 20 years ago
parent
commit
ca10eecc47
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/webtbs/tw3661.pp

+ 14 - 0
tests/webtbs/tw3661.pp

@@ -0,0 +1,14 @@
+{ %OPT=-glhc }
+{ %TARGET=win32,linux,go32v2 }
+{ Source provided for Free Pascal Bug Report 3661 }
+{ Submitted by "Martin Schreiber" on  2005-02-16 }
+{ e-mail:  }
+program project1;
+
+{$mode objfpc}{$H+}
+uses
+  Classes;
+
+begin
+ writeln('abc');
+end.