2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t12a.C
blob623f0140719c6b691a00f77956a995e554ad1b37
1 // { dg-do assemble  }
3 int a (void * x) { return 1; }
4 typedef void *T;
5 int b (T x) { return 2; }