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
/
0067-define.c
blob
2b3d701b466a8a6a1b6ebf2a59df57c52a7a34f0
1
#define X 6 / 2
2
3
int
4
main
()
5
{
6
return
X
-
3
;
7
}