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