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
/
0079-cond.c
blob
1b1a3292cf677432e1c9033d54f6a0ae88736d3d
1
2
int
3
main
()
4
{
5
if
(
0
?
1
:
0
)
6
return
1
;
7
if
(
1
?
0
:
1
)
8
return
2
;
9
return
0
;
10
}