struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / gcc-torture-execute-20011128-1.c
blobe42a945aa138c52162a3a13997cdd5759436b95a
1 /*
2 20011128-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 void
12 testTortureExecute (void)
14 char blah[33] = "01234567890123456789";
15 return;