// PR c++/82794 // { dg-do compile { target c++20 } } template concept Foo = true; template using foo = void;