Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
3ea9d3ba081419988dd4edab93bb58d4a1ff1c91
/
.
/
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
];
}