// PR c++/96229 // { dg-do compile { target c++20 } } template concept Int = requires { T{0}; }; template