1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o - | grep noalias 2*f4a2713aSLionel Sambuc foo(void)3*f4a2713aSLionel Sambuc void * __attribute__ ((malloc)) foo (void) { return 0; } 4