struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / gcc-torture-execute-pr83298.c
bloba437f67605a39efa719732888420eca8f3a67b38
1 /*
2 pr83298.c from the execute part of the gcc torture tests.
3 */
5 #include <testfwk.h>
8 int a, b, c = 1;
10 void
11 testTortureExecute (void)
13 for (; b < 1; b++)
15 if (!(c * (a < 1)))
16 ASSERT (0);
17 return;