blob: 4a2da86d4177260fa3d9aada69327c5c57945272 [file] [log] [blame]
// { dg-do assemble }
// { dg-options "" }
// PRMS Id: 4992
int *f(){
return new int[1] = { 1 }; // { dg-error "" } removed
}