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
/
0107-bug.c
blob
34d9f97ab499ac7d9c01a11575c09e562184466a
1
2
3
int
4
main
()
5
{
6
int
i
;
7
8
for
(
i
=
0
;
i
<
10
;
i
++)
9
if
(!
i
)
10
continue
;
11
12
return
0
;
13
}