forked from OSchip/llvm-project
parent
d66e0cd6c0
commit
b511029eaf
|
@ -0,0 +1,7 @@
|
|||
// RUN: %llvmgcc -S %s -o - | grep volatile
|
||||
// PR1647
|
||||
|
||||
void foo(volatile int *p)
|
||||
{
|
||||
p[0] = 0;
|
||||
}
|
Loading…
Reference in New Issue