remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2007-10-02-VolatileArray.c
blob7e8bf24a84b891bae98b68b0bf0bd4ebcd3f92fa
1 // RUN: %llvmgcc -S %s -o - | grep volatile
2 // PR1647
4 void foo(volatile int *p)
6 p[0] = 0;