Browse Source

no message

florian 23 years ago
parent
commit
28e6f7cb9b
1 changed files with 9 additions and 0 deletions
  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.
+