Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0f9fed70cea107b3f79df554e38bd8e98d48fe47
/
.
/
test
/
Sema
/
implicit-builtin-freestanding.c
blob: 9bd5c05892ecea9b5bf52626d1431c9c52708d2d [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify -ffreestanding %s
int
malloc
(
int
a
)
{
return
a
;
}