blob: 1c4878a8189c620b4cde12f48713ebcc70ec4584 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -o - | grep noalias
2
3void * __attribute__ ((malloc)) foo (void) { return 0; }