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
/
0082-voidret.c
blob
e2c4ff49fce82220c0610d689b1a6eac322dfb9c
1
2
void
3
voidfn
()
4
{
5
return
;
6
}
7
8
int
9
main
()
10
{
11
voidfn
();
12
return
0
;
13
}