Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto48.C
blob: 3e0b9ff601e4b959ebd20ef8c2eab049f8d60b6f [
file
] [
log
] [
blame
]
// PR c++/70540
// { dg-do compile { target c++11 } }
void
foo
()
{
auto
f
=
[&]
{
return
f
;
};
// { dg-error "before deduction" }
}