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
/
0026-implicitret.c
blob
89a28f563edd4fc31f19f41807ef2636d29a4fbc
1
// expect warning 278: return type of function omitted, assuming int
2
#pragma disable_warning 278
3
4
main
()
5
{
6
return
0
;
7
}
8