// PR c++/60999 // { dg-do compile { target c++11 } } struct B { template struct A; template struct A<1, M> { int X = M; }; };