leo/compiler/tests/statements/assertion_basic.leo
2020-06-07 20:24:27 -07:00

3 lines
49 B
Plaintext

function main(b: bool) {
assert_eq!(b, true);
}