----------

Listing 4

struct s
	{
	enum e {X, Y} b;
	struct t {int i;} a;
	};

enum e ee = Y;
struct t tt;
const int X = 10;

