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