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
/
0074-undef.c
blob
ac870e81d88856a4a8ede5c38488f5eb1785216f
1
2
#define X 1
3
#undef X
4
5
#ifdef X
6
FAIL
7
#endif
8
9
int
10
main
()
11
{
12
return
0
;
13
}