struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / gcc-torture-execute-920618-1.c
blob0ce1dcc901ec874de5fbde8da02b35f0ace64c11
1 /*
2 920618-1.c from the execute part of the gcc torture suite.
3 */
5 #include <testfwk.h>
7 #ifdef __SDCC
8 #pragma std_c99
9 #endif
11 void
12 testTortureExecute (void){if(1.17549435e-38F<=1.1)return;ASSERT(0);}