Browse Source

no message

florian 20 năm trước cách đây
mục cha
commit
ca10eecc47
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  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.