Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
908890b68935c58553343a19165cda9aa642ce4c
/
.
/
test
/
filters-cases
/
clanglib-bug2898-b.cpp
blob: 8a2bae7a05bdb7b79680fbb82f6c204beb9b344b [
file
] [
log
] [
blame
] [
raw
]
#include
<string_view>
int
foo
(
const
std
::
string_view
&
s
)
{
return
s
[
0
];
}