1 // { dg-options "-std=c++1z" }
6 static constexpr bool value = false;
10 struct is_float<float>
12 static constexpr bool value = true;
19 static_assert(is_float<T>::value, ""); // { dg-error "static assertion failed" }
20 static_assert(is_float<T>::value); // { dg-error "static assertion failed" }