#include #include extern std::string foo(); int main() { std::cout << foo() << std::endl; }