xref: /llvm-project/lldb/test/API/functionalities/launch_stop_at_entry/main.c (revision e655769c4a7b5a17b17eace3bd160b3b015b75ed)

main(int argc,char ** argv)1 int 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