summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/launch_stop_at_entry/main.c
blob: 716f330e1788aebdec3e12d165674885eba5628c (plain)
1
2
3
4
5
int main(int argc, char **argv) {
  /* We just want to make sure this ran, so
     it doesn't actually need to do anything. */
  return 0;
}