About
Contact
QtCreator
KDevelop
Solarized
1
struct
Opaque
{
2
int
i
,
j
,
k
;
3
} *
global
;
4
struct
Opaque
*
getOpaque
() {
return
&
global
; }
5