/* CTF 1.8 */
typealias integer { size = 32; align = 32; signed = true; } := int;

variant {
	int a;
	int a;
};

