// { dg-options "-std=c++17 -fconcepts" } template struct A { }; template requires false struct A { }; template struct A { static int i; }; int i = A::i;