1int main(int argc, char **argv) {
2 /* We just want to make sure this ran, so
3 it doesn't actually need to do anything. */
4 return 0;
5}
6

source code of lldb/test/API/functionalities/launch_stop_at_entry/main.c