Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
gh-1452-plus-policy-fix
/
.
/
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
];
}