Explorar el Código

* variant problem where a normal operation is handled as variants

peter hace 23 años
padre
commit
758d221083
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      tests/tbf/tb0142.pp

+ 10 - 0
tests/tbf/tb0142.pp

@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+  f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+