leo/compiler/tests/field/eq.leo
2020-08-16 19:14:26 -07:00

3 lines
79 B
Plaintext

function main(a: field, b: field, c: bool) {
console.assert(a == b == c);
}