blob: a2249be4327eefce12590b9badb548cf3cfdc593 [file] [log] [blame]
class A {
foo() {}
}
class B<T> {
int i;
}
main() {}