About
Contact
QtCreator
KDevelop
Solarized
1
extern
"C"
int
x
;
2
3
namespace
{
4
5
struct
Init
{
6
public
:
7
Init
() {
x
=
1
; }
8
};
9
10
Init
SetX
;
11
12
}
// namespace
13