// { dg-do compile { target c++11 } } // { dg-options "-fconcepts" } template struct A { struct B; }; struct C { template friend struct A::B; };