netbsd/external/bsd/llvm/dist/clang/test/SemaCXX/builtin-exception-spec.cpp
2014-01-15 10:53:42 +01:00

8 lines
155 B
C++

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