struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / gcc-torture-execute-inst-check.c
blobd22ababde7bba8224d9bacf757d61d86ffaaa15a
1 /*
2 inst-check.c from the execute part of the gcc torture tests.
3 */
5 #include <testfwk.h>
7 #include <stdarg.h>
9 #if 0 // TODO: EMable when SDCC supports K&R-style
10 f(m)
12 int i,s=0;
13 for(i=0;i<m;i++)
14 s+=i;
15 return s;
17 #endif
19 void
20 testTortureExecute (void)
22 return;