瀏覽代碼

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.
+