bug0232.pp 241 B

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