void call() { N(nospec()); N(allspec()); N(intspec()); P(emptyspec()); P(nothrowattr()); }
void call() { N(nospec()); N(allspec()); N(intspec()); P(emptyspec()); P(nothrowattr()); P(noexcept_true()); N(noexcept_false()); }