1285SN/A// { dg-do run  }
2461SN/A// PRMS Id: 5367
3285SN/A// Bug: the nested name of C::func gets hosed.
4285SN/A
5285SN/Astruct C {
6285SN/A  typedef int func(int *, int *);
7285SN/A};
8285SN/A
9285SN/Aint
10285SN/Amain()
11285SN/A{
12285SN/A   C::func *handler;
13285SN/A}
14285SN/A