blob: 8a2bae7a05bdb7b79680fbb82f6c204beb9b344b [file] [log] [blame] [raw]
#include <string_view>
int foo(const std::string_view& s) { return s[0]; }