Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.ext / arrnew2.C
blob93d15d08d9046cb80ac27ca0c5dec2ef1b3e10a6
1 // { dg-do run { xfail *-*-* } }
2 // { dg-options "-w -fpermissive" }
4 int *foo = new int[1](42); // { dg-bogus "" }
5 int main ()
7   return foo[0] != 42;