blob: 4f9f5fa7e4c844848775149de8a64712370b6f71 [file] [log] [blame]
// { dg-do compile { target c++11 } }
void e();
template <bool> void f(int() noexcept(e)) {}
template void f<false>(int()); // { dg-error "does not match" "" { target c++17 } }