C++程序  |  7行  |  128 B

// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
#include <malloc.h>

extern "C" {
void *malloc(__SIZE_TYPE__);
}