1 // PR c++/48457, Core 1238
2 // { dg-do compile { target c++11 } }
7 template<class T, class Arg>
17 test<void(&)(), void()>();
18 test<void(&&)(), void()>();
19 // This call should choose the lvalue reference overload.
20 // { dg-final { scan-assembler-not "_Z1fOFvvE" } }