* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[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; }