Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c7d209fb2442a63d328a25e1036b4726b0c4a49d
/
.
/
test
/
SemaCXX
/
builtin-exception-spec.cpp
blob: 324d20ea6a1599a45501b82f03175a2e2d1fa6fb [
file
] [
log
] [
blame
]
Douglas Gregor
e13ad83
2010-02-12 07:32:17 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
2
#include
<malloc.h>
3
4
extern
"C"
{
5
void
*
malloc
(
__SIZE_TYPE__
);
6
}