// RUN: %clang_cc1 -fsyntax-only -verify %s
T* ; // #1
T& ; // #2
void
;
T* ;
T& ;
void
;
inline int *; // #1 expected-note{{candidate function [with T = int, U = int]}}
inline float *; // #2 expected-note{{candidate function [with U = int]}}
void