main(int argc,char ** argv)1 int main(int argc, char **argv) {
2   int funky_var_name_that_should_be_rendered = 22;
3   return 0; // Break here
4 }
5