index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
validation
/
binary-constant.c
blob: a589403a924025fed1724c24181e20c4229eb9ee (
plain
)
1
2
3
4
5
6
7
extern
int
x
;
int
x
=
0b11
;
/*
* check-name: inline compound literals
*/