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
/
valdiag
/
tests
/
bug-3014.c
blob
d45385dee4c51ef129c997a823c9772d31fbe161
1
/* bug-3014.c
2
3
Crash on incomplete semi-K&R function.
4
*/
5
6
#ifdef TEST1
7
void
*
f
(
a
)
8
#endif
/* ERROR */
9