leo/tests/pass/parse/boolean/not_false.leo
2021-03-03 09:59:24 -08:00

3 lines
55 B
Plaintext

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