Compiler projects using llvm
template<typename T> struct A {
  A() {
    int a;
  }
};