mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:10:40 +02:00
no message
This commit is contained in:
parent
de6026e309
commit
28e6f7cb9b
9
tests/tbs/tb0396.pp
Normal file
9
tests/tbs/tb0396.pp
Normal file
@ -0,0 +1,9 @@
|
||||
{ %VERSION=1.1 }
|
||||
type
|
||||
to2 = interface
|
||||
function bufwrite(eat : boolean = true) : integer;stdcall;
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user