1 void
2 foo ()
3 {
4 }
5 
6 int
7 main (int argc, char *argv[])
8 {
9   foo ();
10   return 0;
11 }
12