blob: 24099e53cd7493e7647d878cf29d2b209c97f9d6 [file] [log] [blame]
// PR c++/58504
template<bool = __has_nothrow_assign(void)> struct A {};
A<> a;