1 #include <stdio.h>
2 
bar(void)3 void bar(void)
4 {
5   printf ("hello bar\n");
6 }
7