1 #include <stdio.h> 2 foo()3 int foo() { return 0; } 4 main(int argc,char ** argv)5 int main(int argc, char **argv) { return foo(); } 6