Home
last modified time | relevance | path

Searched refs:X3l (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-template-template-parm.cpp43 template<long V> struct X3l { }; // expected-note{{different type 'long'}} struct
46 X2<long, X3l> x2bad; // expected-note{{instantiation}}