1 module imports.test46c;
2 
C(T)3 class C(T)
4 {
5     void foo() { }
6 }
7 
8