1 int foo(void)2 foo (void) 3 { 4 return 1; 5 } 6 7 int bar(void)8 bar (void) 9 { 10 return -1; 11 } 12