Sign in
cobalt
/
cobalt
/
612c020b64669fa118e8e051f1d6d8298a26718b
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
2007-10-02-VolatileArray.c
blob: b1dcb7ea7d0b1c2f1f8c4f418e41aa53b9c7ee49 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o - | grep volatile
// PR1647
void
foo
(
volatile
int
*
p
)
{
p
[
0
]
=
0
;
}