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.c
blob: c92f897f5af190af1245cf60d3f6450b84d6fbfe (
plain
)
1
2
3
4
char x[] = "hello"; void f(void) { char y[] = "hello"; }