blob: 059c198ff0954d38700da75097582184ea3c5427 [file] [log] [blame]
// PR c++/52845
// { dg-do compile { target c++11 } }
// { dg-options "-Wall" }
void f()
{
[](){};
}