
int main() {
   std::vector<std::string> fooResult = foo();
   std::string const & fooRefResult = fooRef("Hello");
}
