Sign in
llvm
/
llvm-project
/
clang
/
e6ab1a6ca38abfbef13713e1bb71b4108c246e9c
/
.
/
test
/
CodeGen
/
2009-03-01-MallocNoAlias.c
blob: 1c4878a8189c620b4cde12f48713ebcc70ec4584 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o - | grep noalias
void
*
__attribute__
((
malloc
))
foo
(
void
)
{
return
0
;
}