2 20131127-1.c from the execute part of the gcc torture suite.
11 /* PR middle-end/59138 */
12 /* Testcase by John Regehr <regehr@cs.utah.edu> */
23 struct S0 b
= { 1 }, c
, d
, e
;
24 #if !defined(__SDCC_ds390) && !defined(__SDCC_ds390) && !defined(__SDCC_hc08) && !defined(__SDCC_s08) // struct return not yet supported
25 struct S0
fn1() { return c
; }
35 testTortureExecute (void)
37 #if !defined(__SDCC_ds390) && !defined(__SDCC_ds390) && !defined(__SDCC_hc08) && !defined(__SDCC_s08) // struct return not yet supported