1// { dg-do assemble  }
2
3void * foo () {
4  typedef int * ip;
5  return new ip;
6}
7