blob: 4bf6082295c82fc9e3a3a1b9903e86bd038b5928 [file] [log] [blame]
// PR c++/49216
// { dg-options -std=c++0x }
int main() {
new int[1]{};
}