YouCompleteMe/cpp/llvm/tools/clang/test/SemaCXX/builtin-exception-spec.cpp

7 lines
128 B
C++
Raw Normal View History

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