Sign in
android
/
platform
/
external
/
llvm
/
refs/heads/ics-factoryrom-2-release
/
.
/
test
/
FrontendC
/
2009-03-01-MallocNoAlias.c
blob: 22ff6cb5c30191c855b529b92cb2f5dd398f6e5b [
file
] [
log
] [
blame
] [
edit
]
// RUN: %llvmgcc %s -S -o - | grep noalias
void
*
__attribute__
((
malloc
))
foo
(
void
)
{
return
0
;
}