1 #include <iostream> 2 3 extern "C" { 4 bar()5 void bar() { 6 std::cout << "bar" << std::endl; 7 } 8 9 } 10