9 lines · cpp
1// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s2// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify -std=c++1z %s3// expected-no-diagnostics4#include <malloc.h>5 6extern "C" {7void *malloc(__SIZE_TYPE__);8}9 1// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s2// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify -std=c++1z %s3// expected-no-diagnostics4#include <malloc.h>5 6extern "C" {7void *malloc(__SIZE_TYPE__);8}9