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