remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2009-03-01-MallocNoAlias.c
blob22ff6cb5c30191c855b529b92cb2f5dd398f6e5b
1 // RUN: %llvmgcc %s -S -o - | grep noalias
3 void * __attribute__ ((malloc)) foo (void) { return 0; }