blob: cad49ee4c1b23e8c3387e28e1f8c0d5102a15fdd [file] [log] [blame]
// { dg-do compile { xfail *-*-* } }
// { dg-options "-w -fpermissive" }
int *foo = new int[1](42); // { dg-bogus "" }
int main ()
{
return foo[0] != 42;
}