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