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