index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
init
/
const1.C
blob: af4427d9ab3bb55d922e9685112666a72782e4b9 (
plain
)
1
2
3
4
5
6
7
8
// PR c++/20073
template
<
int
>
struct
A
{
A
();
};
const
A
<
0
>
x
[]
=
{
A
<
0
>
()
};