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