// PR c++/49672 // { dg-options -std=c++0x } template static void foo() { [](Args..., int x) { x; }; } int main() { foo(); }