1#include <stdio.h>
2int one();
3int two();
4int main() {
5 puts(s: "this is the standalone binary test program");
6 return one() + two();
7}
8

source code of lldb/test/API/macosx/lc-note/multiple-binary-corefile/main.c