fpc/tests/test/tenum2.pp
peter f972fdac2d * fixed typos
* test must fail, this is also compatible with delphi

git-svn-id: trunk@5737 -
2006-12-29 17:48:36 +00:00

13 lines
98 B
ObjectPascal

{ %fail }
uses
uenum2a;
var
e: tenum;
begin
e := tone;
inc(e);
writeln(byte(e));
end.