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