leo/tests/compiler/console/log_fail.leo
2021-05-03 16:47:33 +03:00

8 lines
89 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
console.log( hello );
}