Sign in
ara-mdk
/
platform
/
external
/
clang
/
c7f811638f8603fa373d2be724e8b1c8ba51ad75
/
.
/
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__
);
}