repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
example: OP_COPY must destroy any old pseudo state
[smatch.git]
/
validation
/
bad-array-designated-initializer.c
blob
636fa6346465461279c47f93ff1af8a084cc0d82
1
static int
a
[] = {
2
[
0
] =
0
,
// OK
3
[
\
0
] =
1
,
// KO
4
};