About
Contact
QtCreator
KDevelop
Solarized
1
int
__a_global
=
1
;
2
3
int
a
(
int
arg
) {
4
int
result
=
arg
+
__a_global
;
5
return
result
;
6
}
7