blob: 63c19bd16f5d938de5715cc2ef9f72c46f6a8ee6 [file] [log] [blame]
// { dg-do run }
// PRMS Id: 5367
// Bug: the nested name of C::func gets hosed.
struct C {
typedef int func(int *, int *);
};
int
main()
{
C::func *handler;
}