fpc/tests/tbf/tb0023.pp
2000-12-03 21:50:07 +00:00

14 lines
204 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0136.pp }
{ No types necessary in the procedure header OK 0.99.6 (PFV) }
{
No type declaration necessary ????
}
procedure p(handle1,handle2);
begin
end;
begin
end.