blob: 304739049a0687c472d72207f617a2c588080f67 [file] [log] [blame]
typedef struct t *tp;
typedef tp (*get_tp)();
struct t {
struct {
get_tp get_tp_p;
};
};
struct t t;