#include "third_party/protobuf_test/example_lib.h" #include std::string get_greet(const ::protos::Greeting& who) { return "Hello " + who.name(); }