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
/
bad-assignment.c
blob: 3b66a1138b9bf89dea178d5822ddaa75f8f943df (
plain
)
1
2
3
4
5
6
static
int
foo
(
int
a
)
{
a
|=
\
1
;
return
a
;
}