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