// { dg-do compile { target c++11 } } template void bar() { static_assert(__is_nothrow_constructible(T, Args...), ""); } template void bar(); template void bar();