// PR c++/94480 // { dg-do compile { target c++2a } } template constexpr bool is_same_v = __is_same (T, U); static_assert(is_same_v);