// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
int ; // expected-note {{candidate function}}
// expected-note@-2 {{candidate function}}
int ; // expected-note {{candidate function}}
// expected-note@-2 {{candidate function}}
int i1 = f<1>; // expected-error{{call to 'f' is ambiguous}}
int i2 = f<1000>;
// expected-error@-2{{call to 'f' is ambiguous}}