blob: 2afeccfc03c5ddef80974c8ade7d5edbfc2941ef [file] [log] [blame]
// PR c++/52845
// { dg-options "-std=c++11 -Wall" }
void f()
{
[](){};
}