leo/compiler/tests/boolean/not_false.leo

3 lines
43 B
Plaintext
Raw Normal View History

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