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