Explorar o código

*** empty log message ***

florian %!s(int64=27) %!d(string=hai) anos
pai
achega
0960436eda
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 9 0
      bugs/bug0120.pp
  2. 1 0
      bugs/readme.txt

+ 9 - 0
bugs/bug0120.pp

@@ -0,0 +1,9 @@
+type
+   te = (enum);
+
+var
+   e : te;
+
+begin
+   inc(e);
+end.

+ 1 - 0
bugs/readme.txt

@@ -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