1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-29 21:22:55 +03:00
leo/tests/parser/program/pipe_eof.leo

9 lines
80 B
Plaintext

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