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