llvm/lldb/test/API/functionalities/target_var/no_vars/main.c

int
main(int argc, char **argv)
{
  return argc;
}