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
/
0071-cppelif.c
blob
6355f4752dca452779959ae20838c998fc9004c1
1
2
#if 0
3
X
4
#elif 1
5
int
x
=
0
;
6
#else
7
X
8
#endif
9
10
int
11
main
()
12
{
13
return
x
;
14
}