// PR c++/50220 // { dg-options -std=c++0x } template struct Foobar {}; void foobar(const Foobar& obj) { [obj](){}(); }