URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr41163.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
struct option { void *value; }; void parse_options (struct option *); void cmd_grep(void) { struct option options[] = { { &options } }; parse_options(options); }
Go to most recent revision | Compare with Previous | Blame | View Log