Sign in
llvm
/
lldb
/
release_39
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
breakpoint
/
breakpoint_options
/
main.cpp
blob: 363b90003d76b505649b56d07fdd9bd811636cad [
file
] [
log
] [
blame
]
// Set break point at this line.
extern
"C"
int
foo
(
void
);
int
main
(
int
argc
,
char
**
argv
)
{
return
foo
();
}