mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:49:32 +01:00
new bug
This commit is contained in:
parent
55c709f644
commit
5089bc001f
10
tests/webtbf/tw3680.pp
Normal file
10
tests/webtbf/tw3680.pp
Normal file
@ -0,0 +1,10 @@
|
||||
{ %fail }
|
||||
|
||||
function c(x:char):char;
|
||||
begin
|
||||
c:=(char(succ(ord(x))));
|
||||
end;
|
||||
|
||||
begin
|
||||
if not c('y') in ['a','b'] then writeln(99);
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user