소스 검색

* moved to webtbf

peter 20 년 전
부모
커밋
9aef98c1b9
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 18
      tests/webtbs/tw3644.pp

+ 0 - 18
tests/webtbs/tw3644.pp

@@ -1,18 +0,0 @@
-{ Source provided for Free Pascal Bug Report 3644 }
-{ Submitted by "Nicola Lugato" on  2005-02-10 }
-{ e-mail:  }
-
-{$mode delphi}
-
-procedure callme(y:array of const);
-begin
-end;
-
-procedure callme2(x:array of const);
-begin
-callme([x]);
-end;
-
-begin
-callme([1,2,'ciao']);
-end.