// RUN: %clang_cc1 -std=c++1y -verify %s -fsized-deallocation -fexceptions -fcxx-exceptions
using size_t = decltype;
void operator delete noexcept; // expected-note {{'operator delete' declared here}}
void operator delete[] noexcept;
void
void *operator new;
;
void