xref: /llvm-project/clang/test/Modules/Inputs/redecl-add-after-load-top.h (revision fdcd71019941e76fc1b2a8ebf3aae112e2295d60)
1 struct C {
2   struct A;
3   static const int variable;
4   static constexpr int function();
5 };
6