void foo(void); void bar(void); int main(int argc, char **argv) { bar() ; }