Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
9c2ffd803af03f1728423d0d73ff87d988642633
/
.
/
test
/
SemaCXX
/
builtin-exception-spec.cpp
blob: 324d20ea6a1599a45501b82f03175a2e2d1fa6fb [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
#include
<malloc.h>
extern
"C"
{
void
*
malloc
(
__SIZE_TYPE__
);
}