mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-22 01:40:12 +00:00
11 lines
60 B
C++
11 lines
60 B
C++
|
struct S
|
||
|
{
|
||
|
static int m1;
|
||
|
};
|
||
|
|
||
|
int S::m1;
|
||
|
|
||
|
void
|
||
|
foo(S&)
|
||
|
{}
|