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