// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions
;
;
;
int ; // expected-note {{not viable}}
int ;
NS::iter ; // expected-note {{not viable}}
NS::iter ;
void
void