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-string-array.c
blob: 9ccc9d0ceb9d24441d5e9f6f9f18edcc4ce598d0 (
plain
)
1
2
3
void f(void) { char x[][4] = {"abc", "xyz"}; }