소스 검색

no message

florian 23 년 전
부모
커밋
28e6f7cb9b
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      tests/tbs/tb0396.pp

+ 9 - 0
tests/tbs/tb0396.pp

@@ -0,0 +1,9 @@
+{ %VERSION=1.1 }
+type
+   to2 = interface
+     function bufwrite(eat : boolean = true) : integer;stdcall;
+   end;
+
+begin
+end.
+