https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96821
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So if I change constant_expression to be: ``` template <auto b> concept constant_expression = (b, true); ``` I noticed that GCC and clang now have different output. I have seen this reported before too.