aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/t36.C
blob: bb791b9df75057133e335efea902f5effd7ec811 (plain)
1
2
3
4
5
6
// Build don't link: 

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