main.c   [plain text]



static int z;

int _start() {
	return z;
}