mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
+ 0613 from web form
This commit is contained in:
parent
7e716ff478
commit
372ec1abee
11
bugs/bug0296.pp
Normal file
11
bugs/bug0296.pp
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
function test : string;
|
||||
|
||||
begin
|
||||
test:='This should not be printed';
|
||||
exit('this should be printed');
|
||||
end;
|
||||
|
||||
begin
|
||||
writeln(test);
|
||||
end.
|
@ -385,3 +385,4 @@ bug0263.pp export directive is not necessary in delphi anymore
|
||||
bug0265.pp nested proc with for-counter in other lex level
|
||||
bug0281.pp dup id checking with property is wrong
|
||||
bug0293.pp no error with variable name = type name
|
||||
bug0296.pp exit(string) does not work (web form bug 613)
|
||||
|
Loading…
Reference in New Issue
Block a user