mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 05:46:14 +02:00
+ 310
This commit is contained in:
parent
00cd43e466
commit
9fb6725b8b
10
bugs/bug0310.pp
Normal file
10
bugs/bug0310.pp
Normal file
@ -0,0 +1,10 @@
|
||||
procedure p(s:string);
|
||||
var
|
||||
s : string;
|
||||
begin
|
||||
writeln(s);
|
||||
end;
|
||||
|
||||
begin
|
||||
p('test');
|
||||
end.
|
@ -399,3 +399,4 @@ bug0293.pp no error with variable name = type name
|
||||
bug0299.pp passing Array[0..1] of char by value to proc leads to problems
|
||||
bug0305.pp Finally is not handled correctly after inputting 0
|
||||
bug0308a.pp problem with objects that don't have VMT nor variable fields
|
||||
bug0310.pp local and para dup are not detected
|
Loading…
Reference in New Issue
Block a user