URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libmudflap/] [testsuite/] [libmudflap.c/] [pass38-frag.c] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test an odd construct for compilability. */ static void *fwd; void *bwd = &fwd; static void *fwd = &bwd; int main () { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log