// file: hello/hello -*- C++ -*- #pragma once #include namespace hello { void say (const std::string& name); }