Sign in
◑
Theme
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
python_api
/
persistent_decls
/
main.c
blob: 001333e92d9bf8b9e291fe634b4e342bce082597 [
file
] [
edit
]
int
main
()
{
int
test_var
=
10
;
// Set a breakpoint here
return
test_var
;
}