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