blob: 5200b42fd6f03afaf4f59a9ba4a7cab307dacda8 [file] [log] [blame]
class A
{
int foo() {return 0};
public A()
{
super();
new Inner(this);
}
}