leo/compiler/tests/boolean/not_false.leo

3 lines
43 B
Plaintext

function main() -> bool {
return !false
}