fpc/tests/webtbf/tw37476.pp

6 lines
66 B
ObjectPascal

{ %fail }
var a : string = (a >= 'A') and (a <= 'F');
begin
end.