Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
dummy_target_breakpoints
/
main.c
blob: e1f03237cd1193a450a2294794406083c79376e8 [
file
]
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"Set a breakpoint on this line.\n"
);
return
0
;
// Set another on this line.
}