function main(a: group, b: group, c: bool) { console.assert((a == b) == c); }