1#include "hang.H"
2
3struct B
4{
5  int member_of_B;
6};
7
8int var_in_b = 1729;
9