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