Searched refs:Crash2 (Results 1 – 1 of 1) sorted by relevance
15 struct Crash2 : decltype(Alias<T>()) { // expected-note {{in instantiation of template type alias '… struct16 Crash2(){}; in Crash2() function19 void test2() { Crash2<int>(); } // expected-note {{in instantiation of template class 'Crash2<int>'… in test2()