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