// PR c++/53122 // { dg-do compile { target c++11 } } template void foo(Args&&...) { } template void bar(Args&&...) { auto fn = foo; }