Sign in
llvm
/
llvm-project
/
1408684957bbfb5b412e0ef3c027c88daa1058eb
/
.
/
lldb
/
test
/
API
/
types
/
recursive_type_2.cpp
blob: 304739049a0687c472d72207f617a2c588080f67 [
file
] [
log
] [
blame
]
typedef
struct
t
*
tp
;
typedef
tp
(*
get_tp
)();
struct
t
{
struct
{
get_tp get_tp_p
;
};
};
struct
t t
;