llvm/lldb/test/Shell/SymbolFile/Inputs/main.c

int main(int argc, char **argv) {
  // Break on main.
  return 1;
}