// { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } // Make sure that we check partial concept ids // with variable concepts. template concept C = true; template D> struct E { int f = 0; }; E e;