Kaynağa Gözat

* variant problem where a normal operation is handled as variants

peter 23 yıl önce
ebeveyn
işleme
758d221083
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  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.
+