URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [960419-1.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
static int i; void check(x) int x; { if (!x) abort(); } main() { int *p = &i; check(p != (void *)0); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log