(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
t12a.C
// { dg-do assemble  }

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