blob: 8cf915f20ccec17ded973c0e1f064f710b19e2e6 [file] [log] [blame]
class Test1 {
Test t;
public int n(int v) {
return t.m(v, 0, 1);
}
}