// RUN: %clang_cc1 -fsyntax-only -verify %s
char *;
void
int *;
void
long *;
void
char *; // expected-note{{candidate function}}
int *; // expected-note{{candidate function}}
void
char *;
int *;
void
char *; // expected-note {{candidate}}
int *; // expected-note {{candidate}}
void
char &;
char &test_convert4 = ;