aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/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]{};
}