summaryrefslogtreecommitdiff
path: root/lldb/test/API/iohandler/completion/main.c
blob: 03350dd8299a624e765c84d981909325fb7872fc (plain)
1
2
3
4
5
int main(int argc, char **argv) {
  lldb_enable_attach();
  int to_complete = 0;
  return to_complete;
}