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
states: rename unreachable() to is_unreachable()
[smatch.git]
/
validation
/
empty-char-constant.c
blob
f674037aae362ff0117f2745dbe4abbea2ce8bf5
1
static int
a
=
''
;
2
3
/*
4
* check-name: empty-char-constant
5
*
6
* check-error-start
7
empty-char-constant.c:1:16: error: empty character constant
8
* check-error-end
9
*/