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
/
0068-funclikemacro.c
blob
850b6ceee3edb8f614d1565cf729d77cbb7d9ecf
1
#define ADD(X, Y) (X + Y)
2
3
4
int
5
main
()
6
{
7
return
ADD
(
1
,
2
) -
3
;
8
}