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