Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0ca6e27138e2fe12e03284d4d820182702141a7d
/
.
/
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__
);
}