blob: f9f65c34db05fa560aa35bb27763d65a4ab21cc0 [file] [log] [blame]
Richard Smith50895422015-01-31 03:04:55 +00001template<typename> struct A { int n; };
2template<typename> struct B { typedef A<void> C; };