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