leo/compiler/tests/console/assert.leo
2020-08-16 17:20:47 -07:00

3 lines
57 B
Plaintext

function main(a: bool) {
console.assert(a == true);
}