1 #include "hang.H" 2 3 const struct B *const_B_ptr; 4 int var_in_hang3 = 42; 5 dummy3(void)6 int dummy3 (void) 7 { 8 return var_in_hang3; 9 } 10