fpc/tests/webtbs/tw1111.pp
2000-11-30 22:38:14 +00:00

8 lines
135 B
ObjectPascal

var
v : 0..5;
sMin, sMax : 0..5; // if top of range is less than 32, get compiler Panic
begin
if v in [sMin..sMax] then ;
end.