// RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
;
int &;
float &;
double &;
void ; // expected-note{{candidate}}
void ; // expected-note{{candidate}}
int &;
float &;
void