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

typedef variant {
	int a;
	int b;
} name;
