1#include <stdio.h>
2
3int main (int argc, char const *argv[])
4{
5 return 0; // break here
6}
7
8

source code of lldb/test/API/commands/apropos/with-process/main.cpp