leo/compiler/tests/boolean/not_false.leo

3 lines
49 B
Plaintext

function main() {
assert_eq!(!false, true);
}