index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
g++.dg
/
init
/
array19.C
blob: a5f124e21ced5fc13914213ab99bbd875c553348 (
plain
)
1
2
3
4
// { dg-do compile }
// { dg-options "" }
double
a
[
0
] = { };
const double
b
[
0
][
1
] = { };