leo/compiler/tests/boolean/not_true.leo

3 lines
55 B
Plaintext
Raw Normal View History

function main() {
2020-08-17 03:20:47 +03:00
console.assert(!true == false);
}