// Contributed by Dodji Seketeli // Origin PR c++/42069 // { dg-do compile } struct A { static const int N = 0; }; template struct B {}; template struct C { typedef T U; B b; }; template struct C { B b; }; C c;