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
function_hooks: update comment explaining various function hooks
[smatch.git]
/
validation
/
enum-init-constness.c
blob
5b95bc06a697900103a33011655308cdc5abc63d
1
extern
int
invalid
;
2
3
enum
e
{
4
E
=
1
?
1
:
invalid
5
};
6
7
/*
8
* check-name: enum-init-constness
9
*/