void function foo(void) { int i; int j; i = 1; j = 1; i++; j++; }