Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / t36.C
blobb6bfe0d126c44ea10e261186af9d0f5e7ad4881c
1 // { dg-do assemble  }
3 void * foo () {
4   typedef int * ip;
5   return new ip;