cpp-union-definition   [plain text]


union RIGHT {
	double v;
	int ChangeMe;
};