Sign in
ara-mdk
/
platform
/
external
/
clang
/
f3260565f46491a0d99e41d47a13767218242ce5
/
.
/
test
/
SemaCXX
/
builtin-exception-spec.cpp
blob: 590cd3c35d4e1ea7e3926bb48b34d9beee8889cd [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
// expected-no-diagnostics
#include
<malloc.h>
extern
"C"
{
void
*
malloc
(
__SIZE_TYPE__
);
}