llvm/clang/test/Import/conflicting-struct/Inputs/S1.cpp

class T;

class S {
  T *t;
  int a;
};