fpc/tests/webtbf/tw40631c.pp

11 lines
130 B
ObjectPascal

{ %fail }
program test;
{$mode objfpc} //$mode does not matter
{$H+}
var
Ch: Char;
begin
if Ch in [$FF, 'A'..'Z'] then;
end.