llvm/clang/test/ASTMerge/anonymous-fields/Inputs/anonymous-fields1.cpp

class A {
public:
  struct { int foo; } f;
  struct { int foo; } g;
};