leo/compiler/tests/boolean/not_true.leo

3 lines
42 B
Plaintext
Raw Normal View History

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