// RUN: %clang_cc1 -DTEMPLATE_OVERLOAD -fsyntax-only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
// Note that each test must be run separately so it can be the first operator
// new declaration in the file.
// Don't crash on global template operator new overloads.
void* operator new;
void
void