Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
ddd66219c78c8ca61f0d96bc3f69e5618e0720b7
/
.
/
test
/
ast
/
bug-3849a.cpp
blob: 21566f64576e9af0064ac567d18ef3abac9139a2 [
file
] [
log
] [
blame
] [
raw
]
void
f
();
char
Bar
(
auto
)
{
return
{};
}
int
main
()
{
char
c
=
Bar
([]{});
return
c
;
}