mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 10:49:20 +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
|
uses
|
||||||
uenum2a;
|
uenum2a;
|
||||||
|
|
||||||
@ -6,5 +8,5 @@ var
|
|||||||
begin
|
begin
|
||||||
e := tone;
|
e := tone;
|
||||||
inc(e);
|
inc(e);
|
||||||
writeln(e);
|
writeln(byte(e));
|
||||||
end;
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user