1 double bar(void), c;
foo(void)2 int foo(void) {
3 	double a, b;
4 	int i = bar() + bar();
5 	a = i; i += 1; a += 0.1; i = c + i;
6 	return i;
7 }
8