index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
initializer-replace-static.c
blob: c1fa376b112af9e85443e321cc0b219899543774 (
plain
)
1
2
3
4
5
6
struct { char s[6]; } x = { .s = "hello", .s[1] = 'a', };