URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20000412-5.c] - Rev 688
Compare with Previous | Blame | View Log
int main( void ) { struct { int node; int type; } lastglob[1] = { { 0 , 1 } }; if (lastglob[0].node != 0 || lastglob[0].type != 1) abort (); exit (0); }