About
Contact
QtCreator
KDevelop
Solarized
1
#include
"bar.h"
2
3
int
foo
() {
4
int
y
=
bar
();
5
y
++;
6
return
y
;
7
}
8