Loading...
1
2
3
4
5
6

static int x;

int foo() {
	return x;
}