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