Sign in
◑
Theme
llvm
/
llvm-project
/
4beeff3c2bf125de9dda8b374ffc9ec052d02810
/
.
/
lldb
/
test
/
API
/
functionalities
/
thread
/
crash_during_step
/
main.cpp
blob: 92aa2a96e61c38bd372c596d42974e9f806da160 [
file
]
void
(*
crash
)()
=
nullptr
;
int
main
()
{
crash
();
// Set breakpoint here
return
0
;
}