// PR c++/98333 // { dg-do compile { target c++11 } } struct T { template struct S { S () noexcept (N) {} }; int a = __has_nothrow_constructor (S); };