URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr37433.c] - Rev 688
Compare with Previous | Blame | View Log
int regex_subst(void) { const void *subst = ""; return (*(int (*)(int))subst) (0); } int foobar (void) { int x; return (*(int (*)(void))&x) (); }