// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
void ; // expected-note{{possible target for call}}
void ; // expected-note{{possible target for call}}
decltype a; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{variable has incomplete type 'decltype(f())' (aka 'void')}}
;
;
S<K> b; // expected-note{{in instantiation of template class 'S<K>' requested here}}