1 template<typename T> struct A {
AA2   A() {
3     int a;
4   }
5 };
6