Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
91e32d0d17ec174e9f493cd830ea486ea4570e93
/
.
/
test
/
CFrontend
/
2007-10-01-BuildArrayRef.c
blob: fb8ee3dc1e75590fc82547af4781d97b61ffb9a2 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o /dev/null |& grep "error: assignment of read-only location"
// PR 1603
int
func
()
{
const
int
*
arr
;
arr
[
0
]
=
1
;
}