fpc/tests/webtbf/tw24428a.pp
Jonas Maebe 11d5d4f79d * check range of enums and booleans in typed constant expressions when
using the asmlist generator (mantis #24428)

git-svn-id: trunk@24495 -
2013-05-14 12:05:00 +00:00

9 lines
72 B
ObjectPascal

{ %fail }
{$r+}
type tt = True..True;
const t: tt = False;
begin
end.