URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [init/] [synth4.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/45822
struct A
{
A(int);
};
struct B
{
B(A = 0);
};
struct C
{
B b;
};
C c;
Go to most recent revision | Compare with Previous | Blame | View Log