Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
SemaCXX
/
Inputs
/
malloc.h
blob: c54d6215017b769a9f8b0917bce297138425567a [
file
] [
log
] [
blame
]
extern
"C"
{
extern
void
*
malloc
(
__SIZE_TYPE__ __size
)
throw
()
__attribute__
((
__malloc__
))
;
}