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