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-1952.c
blob
9591c88469ea1f93146bb95bfdefcde42b9f9519
1
/* bug-1952.c
2
3
__func__
4
*/
5
6
#ifdef TEST1
7
void
f
(
void
)
8
{
9
const char
*
p
=
__func__
;
10
__func__
[
0
] =
3
;
/* ERROR */
11
}
12
#endif
13