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
/
0023-global.c
blob
f058f492a1505b019b8aac83a191557daded0037
1
2
int
x
;
3
4
int
5
main
()
6
{
7
x
=
0
;
8
return
x
;
9
}
10