summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/t36.C
blob: b6bfe0d126c44ea10e261186af9d0f5e7ad4881c (plain)
1
2
3
4
5
6
// { dg-do assemble  }

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