no message

This commit is contained in:
florian 2002-07-15 19:43:15 +00:00
parent de6026e309
commit 28e6f7cb9b

9
tests/tbs/tb0396.pp Normal file
View File

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