Ver Fonte

no message

florian há 20 anos atrás
pai
commit
ca10eecc47
1 ficheiros alterados com 14 adições e 0 exclusões
  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.