fpc/tests/webtbf/tw24428.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
75 B
ObjectPascal

{ %fail }
{$r+}
type abcd = (a, b, c, d);
const cd: c..d = a;
begin
end.