• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 template<typename> struct A { int n; };
2 template<typename> struct B { typedef A<void> C; };
3