blob: 7e8bf24a84b891bae98b68b0bf0bd4ebcd3f92fa [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | grep volatile
// PR1647
void foo(volatile int *p)
{
p[0] = 0;
}