URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20010711-1.c] - Rev 688
Compare with Previous | Blame | View Log
void foo (int *a) {} int main () { int a; if (&a == 0) abort (); else { foo (&a); exit (0); } }