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