6 lines
90 B
C
6 lines
90 B
C
struct C {
|
|
struct A;
|
|
static const int variable;
|
|
static constexpr int function();
|
|
};
|