// The function named foo int foo(void) { // Declare the variable bar and set the value to 1 int bar = 1; return bar; }