* testcase for last commit

git-svn-id: trunk@10337 -
This commit is contained in:
florian 2008-02-16 08:55:08 +00:00
parent 796f39a7a7
commit 38230735a5
2 changed files with 26 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6729,6 +6729,7 @@ tests/tbs/tb0541.pp svneol=native#text/plain
tests/tbs/tb0542.pp svneol=native#text/plain
tests/tbs/tb0543.pp svneol=native#text/plain
tests/tbs/tb0544.pp svneol=native#text/plain
tests/tbs/tb0545.pp svneol=native#text/plain
tests/tbs/tb205.pp svneol=native#text/plain
tests/tbs/ub0060.pp svneol=native#text/plain
tests/tbs/ub0069.pp svneol=native#text/plain

25
tests/tbs/tb0545.pp Normal file
View File

@ -0,0 +1,25 @@
{ %OPT=-gl -OG1 -S2cgi }
program Project1;
{$mode objfpc}{$H+}
procedure my_very_looooooooong_idenfier_procedure_1;
procedure my_very_looooooooong_idenfier_procedure_2;
procedure my_very_looooooooong_idenfier_procedure_3;
begin
// bug
end;
begin
my_very_looooooooong_idenfier_procedure_3;
end;
begin
my_very_looooooooong_idenfier_procedure_2;
end;
begin
my_very_looooooooong_idenfier_procedure_1;
end.