struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / gcc-torture-execute-20010520-1.c
blob2d027823bcb84564d0a3439afd3e0d29b2c982ef
1 /*
2 20010520-1.c from the execute part of the gcc torture tests.
3 */
5 #include <testfwk.h>
7 #ifdef __SDCC
8 #pragma std_c99
9 #endif
11 static unsigned int expr_hash_table_size = 1;
13 void
14 testTortureExecute (void)
16 int del = 1;
17 unsigned int i = 0;
19 if (i < expr_hash_table_size && del)
20 return;
21 ASSERT (0);