repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git]
/
sdcc
/
support
/
regression
/
qct
/
0029-band.c
blob
53e264e95b38d7bd6060cd224068db79fc59d1ce
1
2
int
3
main
()
4
{
5
int
x
;
6
7
x
=
1
;
8
x
=
x
&
3
;
9
return
x
-
1
;
10
}
11