mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
function main() {
|
|
let x = 1u8;
|
|
}
|
|
\1u8 |