llvm/clang/test/Modules/Inputs/redecl-add-after-load-top.h

struct C {
  struct A;
  static const int variable;
  static constexpr int function();
};