blob: 8642ad0a84f980ffaa29c68a04631f782fa4ffe6 (
plain)
1
2
3
4
5
6
7
|
ASSERT(result == (char)((char)-1560000000 << 1));
Complains:
gen/z80/shifts/shifts_attr_volatile_storage_none_type_char_vals_-1560000000.c(61):warning *** constant is out of range compare operation
despite the cast.
|