// { dg-options "-Wall" } // { dg-do compile { target c++11 } } template struct X {}; template struct Y { static int const c = 0; }; int main() { return Y>::c; }