URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr43164.c] - Rev 297
Compare with Previous | Blame | View Log
struct S0 { unsigned char f0; int:0; }; struct S1 { struct S0 f0; }; struct S1 func_34 (void) { struct S1 l_221 = { { 1 } }; return l_221; }