mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* fixed typos
* test must fail, this is also compatible with delphi git-svn-id: trunk@5737 -
This commit is contained in:
parent
fc66d46beb
commit
f972fdac2d
@ -1,3 +1,5 @@
|
||||
{ %fail }
|
||||
|
||||
uses
|
||||
uenum2a;
|
||||
|
||||
@ -6,5 +8,5 @@ var
|
||||
begin
|
||||
e := tone;
|
||||
inc(e);
|
||||
writeln(e);
|
||||
end;
|
||||
writeln(byte(e));
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user