3 storage: static __code,
10 #pragma disable_warning 158 //no warning about overflow in constant (W_LIT_OVERFLOW)
22 {storage
} Ta aa
= {1, 29, 0};
23 {storage
} uint16_t xx
= 100000;
27 ASSERT (t
== (1 & 3));
29 ASSERT (t
== (29 & 7));
31 ASSERT (t
== (0 & 7));
33 ASSERT (xx
== (uint16_t)(100000 & 65535));