blob: c2139514569d9a17897f5165dffd3598aff6939b [file] [log] [blame]
library test;
class C<T> {
void f() {}
}
main() {}