Sign in
llvm
/
llvm-project
/
1daf2994de49d1ecba4bee4e6842aa8a564cbc96
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
breakpoint_options
/
main.cpp
blob: b2e8f523c84d4ff8ecdd49532863ee2260a71649 [
file
]
extern
"C"
int
foo
(
void
);
int
main
(
int
argc
,
char
**
argv
)
{
// Set break point at this line.
return
foo
();
}