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
/
cpp0x
/
initlist-49216.C
blob: 4bf6082295c82fc9e3a3a1b9903e86bd038b5928 (
plain
)
1
2
3
4
5
6
// PR c++/49216
// { dg-options -std=c++0x }
int
main
()
{
new
int
[
1
]{};
}