2009-03-01-MallocNoAlias.c   [plain text]


// RUN: %llvmgcc %s -S -o - | grep noalias

void * __attribute__ ((malloc)) foo (void) { return 0; }