// RUN: %clang_cc1 -std=c++14 -fsyntax-only -verify %s
auto fn0 = ;
void
auto fn1 = ;
auto v1 = ;
// expected-error@-1{{cannot initialize a parameter of type 'int' with an rvalue of type 'int *'}}
// expected-note@-2{{passing argument to parameter 'a' here}}
;
int
int
auto v2 = ; // expected-note{{in instantiation of function template specialization 'foo3<long long>' requested here}}
int