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