function main(a: group, b: group, c: bool) { assert_eq!(a == b, c); }