// PR c++/88757 // { dg-do compile { target c++11 } } template struct C { static int x; }; template struct S { static const int size = 1; }; template int C::x(S::size);