Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.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;