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