fpc/tests/tbs/tb0196.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

11 lines
365 B
ObjectPascal

{ Old file: tbs0232.pp }
{ const. procedure variables need a special syntax if they use calling specification modifiers }
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.