// RUN: %clang_cc1 -fsyntax-only -verify %s
;
static void *operator new; // expected-error {{static declaration of 'operator new' follows non-static declaration}} expected-note {{previous}}
static void *operator new; // expected-error {{'operator new' cannot be declared static in global scope}}
;
;
;
;
;
;
;
;