hanchenye-llvm-project/clang/test/SemaCXX/builtin-exception-spec.cpp

7 lines
128 B
C++

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