URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr27889.c] - Rev 816
Compare with Previous | Blame | View Log
void h(void (*)(void)); _Complex int g (void) { _Complex int x; void f(void) { x = x + x; } h(f); return x; }