// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
namespacepr6200{structv{};enumE{ e };structs{int i;operatorstructv(){returnv();};operatorenumE(){return e;}};voidf(){// None of these is a declaration.
(void)newstruct s;(void)newenum E;(void)&s::operatorstruct v;(void)&s::operatorenum E;}}