// section 6.7.7

typedef signed int t;
typedef int plain;
struct tag {
	unsigned t :4;
	const t :5;
	plain r :5;
};

