florian před 23 roky
rodič
revize
28e6f7cb9b
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  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.
+