@@ -0,0 +1,9 @@
+type
+ te = (enum);
+
+var
+ e : te;
+begin
+ inc(e);
+end.
@@ -165,3 +165,4 @@ bug0117.pp internalerror 17 (and why is there an automatic float
conversion?)
bug0118.pp Procedural vars cannot be assigned nil ?
bug0119.pp problem with methods
+bug0120.pp inc/dec(enumeration) doesn't work