About
Contact
QtCreator
KDevelop
Solarized
1
struct
struct1
{
2
~struct1
();
3
static
void
f
();
4
};
5
6
struct
struct2
{
7
~struct2
();
8
static
void
f
();
9
};
10
11
int
g
();
12