소스 검색

no message

florian 20 년 전
부모
커밋
ca10eecc47
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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.