Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
.
/
clang
/
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__
);
}