leo/compiler/tests/statements/assertion_basic.leo
2020-07-30 17:11:58 -07:00

3 lines
51 B
Plaintext

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