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/] [20000420-2.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
struct x { int a, b, c; }; extern struct x a (); extern void b (struct x); void foo () { a (); b (a ()); }
Go to most recent revision | Compare with Previous | Blame | View Log