mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:09:11 +02:00
Wrong filename...
This commit is contained in:
parent
5df8b87328
commit
857e290786
16
bugs/bug0160.pp
Normal file
16
bugs/bug0160.pp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
program xxxx;
|
||||||
|
|
||||||
|
procedure yyyy;
|
||||||
|
|
||||||
|
var self:word;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure self;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user