fpc/bugs/bug0120.pp
1998-03-29 10:48:09 +00:00

10 lines
60 B
ObjectPascal

type
te = (enum);
var
e : te;
begin
inc(e);
end.