mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:49:28 +02:00
* variant problem where a normal operation is handled as variants
This commit is contained in:
parent
5215700ea0
commit
758d221083
10
tests/tbf/tb0142.pp
Normal file
10
tests/tbf/tb0142.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ %fail }
|
||||||
|
|
||||||
|
function f(b:byte):byte;
|
||||||
|
begin
|
||||||
|
f:=chr(b)-chr(24);
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user