1 2 3 4 5 6 7 8 9 10 11 12 13
#include "hang.H" struct B { int member_of_B; }; int var_in_b = 1729; int dummy2 (void) { return var_in_b; }