Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dinvalid-template-base-specifier.cpp15 struct Crash2 : decltype(Alias<T>()) { // expected-note {{in instantiation of template type alias '… struct
16 Crash2(){}; in Crash2() argument
19 void test2() { Crash2<int>(); } // expected-note {{in instantiation of template class 'Crash2<int>'… in test2()