1 void foo()2 foo () 3 { 4 } 5 6 int main(int argc,char * argv[])7 main (int argc, char *argv[]) 8 { 9 foo (); 10 return 0; 11 } 12