// 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
X ; // expected-note {{candidate template ignored: couldn't infer template argument 'X'}}
void
// PR5910
// PR5949
// PR7641