1int
2main(int argc, char **argv)
3{
4 return argc;
5}
6

source code of lldb/test/API/functionalities/target_var/no_vars/main.c