leo/tests/parser/functions/escape_fail.leo

9 lines
80 B
Plaintext
Raw Normal View History

/*
namespace: Parse
expectation: Fail
*/
function main() {
let x = 1u8;
}
\