Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
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
;
}