URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [init/] [struct1.C] - Rev 826
Compare with Previous | Blame | View Log
struct bug {
const char *name;
__SIZE_TYPE__ type;
};
struct bug s = { 0, (__SIZE_TYPE__) &s | 1 };