//hello.cpp: #include extern "C" void hello() { std::cout << "hello" << '\n'; }