fpc/tests/tbs0232.pp
1999-12-01 23:15:56 +00:00

9 lines
243 B
ObjectPascal

const
p1 : procedure;stdcall=nil; { <----- this doesn't what you expect !!!!}
p2 : procedure stdcall=nil; { so delphi supports also this way of }
{ declaration }
begin
end.