Merge from branches/gcc-4_8-branch up to rev 207411.
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / g++.dg / ext / traits1.C
blob24099e53cd7493e7647d878cf29d2b209c97f9d6
1 // PR c++/58504
3 template<bool = __has_nothrow_assign(void)> struct A {};
4 A<> a;