1int main(int argc, char **argv) {
2 lldb_enable_attach();
3 int to_complete = 0;
4 return to_complete;
5}
6

source code of lldb/test/API/iohandler/completion/main.c