/* CTF 1.8 */

trace {
	major = 1;
	minor = 8;
	byte_order = be;
};

event {
	name = "ev";
	fields := struct {
		string s;
	};
};
