blob: 638fb013cd7ed4af4f6aece994fafaf7298e08f0 [file] [log] [blame]
Richard Smithfdcd7102014-05-16 23:16:06 +00001struct C {
2 struct A;
3 static const int variable;
4 static constexpr int function();
5};