// RUN: %clang_cc1 -frecovery-ast -verify %s
bool ; // expected-note 3{{candidate function not viable}}
;
void // expected-note {{in instantiation of template class}}
using Alias = decltype; // expected-error {{no matching function for call to 'Foo'}}
;
void // expected-note {{in instantiation of template class 'Crash2<int>' requested here}}
;
;
void // expected-note {{in instantiation of template class}}