// PR c++/67593 // { dg-do compile { target c++11 } } template struct outer { template struct inner; template struct inner {}; }; outer::inner<0, 0> x1; outer::inner<1, 0> x2; // { dg-error "incomplete" }