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
/
0070-cppif.c
blob
e4eef1f330b5e77b06eb79f22d46560d1e83f705
1
2
#if 1
3
int
x
=
0
;
4
#endif
5
6
#if 0
7
int
x
=
1
;
8
#if 1
9
X
10
#endif
11
#ifndef AAA
12
X
13
#endif
14
#endif
15
16
int
main
()
17
{
18
return
x
;
19
}