URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [decl-4.hs] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct foo { int a; char b; struct foo *c; } foo_s; typedef struct foo *foo_p; extern foo_p foop;
Go to most recent revision | Compare with Previous | Blame | View Log