1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-22 09:41:37 +03:00
leo/asg/tests/pass/integers/i16/eq.leo
2021-01-25 07:19:38 -08:00

3 lines
75 B
Plaintext

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