Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
step_scripted
/
main.c
blob: 88b3c17125db0437b8cce711002e090daae368e3 [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
foo
()
{
printf
(
"Set a breakpoint here.\n"
);
}
int
main
()
{
foo
();
return
0
;
}