Searched defs:NestedAny (Results 1 – 1 of 1) sorted by relevance
282 template<int N> struct NestedAny<0, N> { typedef int Int; }; // expected-note 3{{match}} struct283 template<short N> struct NestedAny<0, N> { typedef int Short; }; // expected-note 3{{match}} struct