summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/types/recursive_type_2.cpp
blob: 304739049a0687c472d72207f617a2c588080f67 (plain)
1
2
3
4
5
6
7
8
9
10
typedef struct t *tp;
typedef tp (*get_tp)();

struct t {
    struct {
      get_tp get_tp_p;
    };
};

struct t t;
OpenPOWER on IntegriCloud