// PR c++/109859 // { dg-do compile { target c++20 } } template concept A = true; template {}> int x; void g() { (void) x<>; }