blob: 8f31900453be536bce433817e8d61b9c19962302 [file] [log] [blame]
class A
{
int f= 0;
public A()
{
super();
new Inner(this);
}
}