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