1extern "C"
2{
3  void
4  foo()
5  {
6  }
7}
8
9int
10bar(char v)
11{return v;}
12
13int
14main()
15{
16  return 0;
17}
18