*** empty log message ***

This commit is contained in:
florian 2000-02-20 20:35:26 +00:00
parent c56118ccba
commit 0281bed8a7

15
tests/tbf/tbff001.pp Normal file
View 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.