repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
array6.C
blob
6181d02bfd23dfc56af21c8cbccb10eaa6525395
1
// { dg-do compile }
2
3
char arr [][4] = { "one", "two" };
4
const char arr2[][4] = { "one", "two" };
5
signed char arr3[][4] = { "one", "two" };
6
const unsigned char arr4[][4] = { "one", "two" };
7
volatile wchar_t arr5[][4] = { L"one", L"two" };