mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:59:26 +02:00
* macpas procvar
This commit is contained in:
parent
beecc57e21
commit
34b255d486
11
tests/test/tmacpas3.pp
Normal file
11
tests/test/tmacpas3.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{$mode macpas}
|
||||
|
||||
procedure A (i: Integer; procedure W (y:Integer) );
|
||||
begin
|
||||
W(i);
|
||||
end;
|
||||
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user