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