t12a.C   [plain text]


// { dg-do assemble  }

int a (void * x) { return 1; }
typedef void *T;
int b (T x) { return 2; }