// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
;
// If A is a cv-qualified type, the top level cv-qualifiers of A's type
// are ignored for type deduction.
void
// If A is a reference type, the type referred to by A is used for
// type deduction.
void
;
void