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