leo/asg/tests/pass/boolean/not_false.leo
2021-01-25 07:19:38 -08:00

3 lines
55 B
Plaintext

function main() {
console.assert(!false == true);
}