// { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } template concept C1 = true; template struct Pair {}; // We used to test "Pair". void f(Pair);