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
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
support
/
regression
/
qct
/
0027-charval.c
blob
17225f071b33fbf9d47092748119113f638ce5d3
1
2
int
3
main
()
4
{
5
const char
*
p
;
6
7
p
=
"hello"
;
8
return
p
[
0
] -
104
;
9
}