11 lines
60 B
C++
11 lines
60 B
C++
|
|
struct S
|
||
|
|
{
|
||
|
|
static int m1;
|
||
|
|
};
|
||
|
|
|
||
|
|
int S::m1;
|
||
|
|
|
||
|
|
void
|
||
|
|
foo(S&)
|
||
|
|
{}
|