```cpp std::string_view Select(std::string_view a) { // 'a' can be annotated as lifetimebound return a; } ```