/*
namespace: Compile
expectation: Pass
input_file:
- inputs/fields.in
*/
@program
function main(a: field, b: field) -> bool {
return -a == -b;
}