mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:59:08 +02:00
* make it a procedure
This commit is contained in:
parent
0210c33f15
commit
6e553bfafd
@ -4,9 +4,9 @@
|
||||
{ Source provided for Free Pascal Bug Report 2209 }
|
||||
{ Submitted by "Erik Scheffers" on 2002-10-30 }
|
||||
{ e-mail: eriks@win.tue.nl }
|
||||
{$mode delphi}
|
||||
program case_bug;
|
||||
{$ifdef fpc}{$mode delphi}{$endif}
|
||||
|
||||
procedure case_bug;
|
||||
var uninitialized : integer;
|
||||
|
||||
begin
|
||||
@ -14,5 +14,9 @@ begin
|
||||
1 : writeln('it''s a one!');
|
||||
else writeln('it''s something else...');
|
||||
end
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user