leo/tests/parser/program/bidi_comment_fail.leo

10 lines
100 B
Plaintext
Raw Normal View History

/*
namespace: Parse
expectation: Fail
*/
function main() {
// 202E<-here
let x = 1u8;
}