1#include <stdio.h>
2int main() {
3 puts(s: "initial hello");
4 puts(s: "hello from the other side");
5}
6

source code of lldb/test/API/macosx/thread_start_bps/main.c