int g_var = 200; int main(int argc, char **argv) { int test_var = 10; return test_var + g_var; // Set a breakpoint here }