Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fe5f9736723cbaae5423f98ebbd0f0f537b51de4
/
.
/
test
/
Sema
/
implicit-builtin-freestanding.c
blob: 9bd5c05892ecea9b5bf52626d1431c9c52708d2d [
file
] [
log
] [
blame
]
Daniel Dunbar
ffd408a
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -fsyntax-only -verify -ffreestanding %s
Douglas Gregor
91ca7f0
2009-02-14 21:06:05 +0000
[
diff
] [
blame
]
2
3
int
malloc
(
int
a
)
{
return
a
;
}
4