Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto48.C
blob3e0b9ff601e4b959ebd20ef8c2eab049f8d60b6f
1 // PR c++/70540
2 // { dg-do compile { target c++11 } }
4 void
5 foo ()
7   auto f = [&] { return f; };  // { dg-error "before deduction" }