blob: 58d9a67ff9acaaf698de8755ed5cf7481f315fd6 [file] [log] [blame]
class X3 {
int n() {
Test t;
return t.m();
}
}