mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 13:46:11 +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