* variant problem where a normal operation is handled as variants

This commit is contained in:
peter 2002-11-22 14:23:10 +00:00
parent 5215700ea0
commit 758d221083

10
tests/tbf/tb0142.pp Normal file
View File

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