android_mt6572_jiabo/external/clang/test/CodeGen/2009-03-01-MallocNoAlias.c
2025-09-05 16:56:03 +08:00

3 lines
111 B
C

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