blob: 240143cf65cea57956927002716836cfc3fab3b7 [file] [log] [blame]
// PR c++/50220
// { dg-options -std=c++0x }
template<typename Foo> struct Foobar {};
void foobar(const Foobar<void>& obj)
{
[obj](){}();
}