소스 검색

* moved to success

peter 21 년 전
부모
커밋
e0c4a0ed01
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      tests/webtbs/tw2946.pp

+ 10 - 0
tests/webtbs/tw2946.pp

@@ -0,0 +1,10 @@
+{ Source provided for Free Pascal Bug Report 2946 }
+{ Submitted by "Marco (Gory Bugs Department)" on  2004-02-06 }
+{ e-mail:  }
+
+{$ifdef fpc}{$mode Delphi}{$endif}
+var p:array of pchar;
+    t: ^pchar;
+begin
+  p:=pointer(t);
+end.