(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
t36.C
// { dg-do assemble  }

void * foo () {
  typedef int * ip;
  return new ip;
}