blob: c239302694d808ca3e5ff8864e08f481f8472d20 [file] [log] [blame]
class Usage {
int m() {
T2 test;
return test.method(0);
}
}