1 2 3 4 5 6
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s #include <malloc.h> extern "C" { void *malloc(__SIZE_TYPE__); }