// "./cfa-cpp -c rodolfo1.c"

void f() {
	int a, b = 4, c = 5;
	a = b + c;
	int d = a + 7;
}
