// RUN: %clang_analyze_cc1 -w -analyzer-checker=core -verify %s
// expected-no-diagnostics
typedef size_t;
void *operator new
// I've no idea what this code does, but it used to crash, so let's keep it.
// namespace pr37802_v1
// This slightly modified code crashed differently.
// namespace pr37802_v2