mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 16:19:28 +02:00

platform, as different Pascal declarations are mapped to the same JVM representation git-svn-id: trunk@27520 -
13 lines
115 B
ObjectPascal
13 lines
115 B
ObjectPascal
{ %fail }
|
|
|
|
procedure test(var b: byte);
|
|
begin
|
|
end;
|
|
|
|
procedure test(const b: array of byte);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|