leo/compiler/tests/boolean/not_true.leo

3 lines
42 B
Plaintext

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