1*da816ca0SGreg Clayton static int __b_global = 2; 2*da816ca0SGreg Clayton b(int arg)3*da816ca0SGreg Clayton int b(int arg) { 4*da816ca0SGreg Clayton int result = arg + __b_global; 5*da816ca0SGreg Clayton return result; // Set file and line breakpoint inside b(). 6*da816ca0SGreg Clayton } 7