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
/
0103-qbebug.c
blob
633b86f0edeafe01343495e395a5b631266a4e41
1
2
int
3
main
()
4
{
5
int
c
;
6
c
=
0
;
7
do
8
;
9
while
(
0
);
10
return
c
;
11
}