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-3010.c
blob
46d871674ad041c5e9dab7be1feb1a6c879d96b8
1
/* bug-3010.c
2
3
Segfault on invalid function declaration
4
*/
5
6
#ifdef TEST1
7
int
f
(
int
)
_
;
/* ERROR */
8
#endif
9