1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
9 operator struct v() { return v(); };
10 operator enum E() { return e
; }
15 // None of these is a declaration.
18 (void)&s::operator struct v
;
19 (void)&s::operator enum E
;