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
/
0039-sizeof.c
blob
86cbd6faa5ea0c2342590128f638f2acfe2bb33d
1
int
2
main
()
3
{
4
int
x
;
5
if
((
sizeof
(
int
) -
4
))
6
return
1
;
7
if
((
sizeof
(&
x
) -
8
))
8
return
1
;
9
return
0
;
10
}