mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 22:09:45 +02:00
*** empty log message ***
This commit is contained in:
parent
c56118ccba
commit
0281bed8a7
15
tests/tbf/tbff001.pp
Normal file
15
tests/tbf/tbff001.pp
Normal file
@ -0,0 +1,15 @@
|
||||
procedure myproc;
|
||||
var
|
||||
a: word;
|
||||
a: word;
|
||||
a: word;
|
||||
a: word;
|
||||
a: word;
|
||||
begin
|
||||
a := 1;
|
||||
writeln (a);
|
||||
end;
|
||||
|
||||
begin
|
||||
myproc;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user