leo/compiler/tests/boolean/not_true.leo

3 lines
49 B
Plaintext

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