leo/tests/compiler/console/log_fail.leo

8 lines
89 B
Plaintext

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