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

class U {
  int b;
};

class T {
  U u;
};