URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20090717_1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
struct variable { const char *string; }; extern struct variable table[]; int main(int argc, char *argv[]) { struct variable *p; for(p = table; p->string; p++) ; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log