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