leo/tests/compiler/_field/eq.leo
2021-05-05 17:48:33 +03:00

3 lines
79 B
Plaintext

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