struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / bug1816470.c
blob25c644a675ea772cdd1794ab42ce56f1715eb31b
1 /*
2 bug 1816470
3 */
5 #include <testfwk.h>
7 int CalculatedConst(void)
9 return (unsigned char)(0x100 - 4000000 / 307200.0 + .5);
12 void
13 testConst(void)
15 ASSERT(CalculatedConst() == 0xF3);