// PR c++/85846 // { dg-do compile { target c++20 } } template concept A = true; bool i(A<>); template concept B = true; bool j(B<>);