leo/compiler/tests/statement/assertion_basic.leo

3 lines
49 B
Plaintext
Raw Normal View History

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