#pragma once #include #include #include namespace copy_test { // Print a greeting for the specified name into the specified // stream. Throw std::invalid_argument if the name is empty. // LIBCOPY_TEST_SYMEXPORT void say_hello (std::ostream&, const std::string& name); }