OSDN Git Service

PR c++/20669
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / t36.C
1 // { dg-do assemble  }
2
3 void * foo () {
4   typedef int * ip;
5   return new ip;
6 }