// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc,unix.MismatchedDeallocator -std=c++11 -verify %s
// expected-no-diagnostics
typedef size_t;
void *;
void ;
//--------------------------------------------------------------------
// Check that unix.Malloc + unix.MismatchedDeallocator does not enable
// warnings produced by the alpha.cplusplus.NewDelete checker.
//--------------------------------------------------------------------
void
void