t36.C   [plain text]


// Build don't link: 

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