mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
+ bug #136
This commit is contained in:
parent
994d0eb578
commit
92924c2075
9
bugs/bug0136.pp
Normal file
9
bugs/bug0136.pp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
No type declaration necessary ????
|
||||||
|
}
|
||||||
|
procedure p(handle1,handle2);
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
@ -182,3 +182,4 @@ bug0131.pp internal error 10 with highdimension arrays
|
|||||||
bug0132.pp segmentation fault with type loop
|
bug0132.pp segmentation fault with type loop
|
||||||
bug0133.pp object type declaration not 100% compatibile with TP7
|
bug0133.pp object type declaration not 100% compatibile with TP7
|
||||||
bug0135.pp Unsupported subrange type construction.
|
bug0135.pp Unsupported subrange type construction.
|
||||||
|
bug0136.pp No types necessary in the procedure header
|
Loading…
Reference in New Issue
Block a user