1// { dg-do assemble  }
2
3int a (void * x) { return 1; }
4typedef void *T;
5int b (T x) { return 2; }
6