// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection,unix.Malloc -analyzer-config c++-allocator-inlining=true -analyzer-output=text -std=c++11 -verify %s
void ;
typedef size_t;
void *;
void *operator new throw
void // expected-warning {{Potential leak of memory pointed to by 's'}}
// expected-note@-1 {{Potential leak of memory pointed to by 's'}}