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/] [931013-3.c] - Rev 816
Compare with Previous | Blame | View Log
struct s { int f; }; struct s f () { int addr; return *(struct s *) &addr; }