Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
test
/
API
/
macosx
/
thread_start_bps
/
main.c
blob: 1a0af000b5b0494d6669dd01595091b0b279888e [
file
]
#include
<stdio.h>
int
main
()
{
puts
(
"initial hello"
);
puts
(
"hello from the other side"
);
}