Home | History | Annotate | Download | only in Inputs
      1 template<typename T> struct A {
      2   A() {
      3     int a;
      4   }
      5 };
      6