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
ignore VOID when trying to if-convert phi-nodes
[smatch.git]
/
validation
/
binary-constant.c
blob
c4ae04546f3e8b04fac27e115888f7798ed0db1b
1
extern
int
x
;
2
3
int
x
=
0b11
;
4
5
/*
6
* check-name: binary constant
7
*/