int a;
int b;

int result;

void calc() {
	result = a+b;
}