1 struct C {
2   struct A;
3   static const int variable;
4   static constexpr int function();
5 };
6