Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
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
;
}