1int g_var = 200;2 3int4main(int argc, char **argv)5{6 int test_var = 10;7 return test_var + g_var; // Set a breakpoint here8}9