Loading...
1
2
3
4
5
6

static int z;

int _start() {
	return z;
}