mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
7d2cbb2ec2
finished coverage tests. adding case by case tests from the parser fuzzer next
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
function main() {
|
|
let x = 1u8;
|
|
}
|
|
\ |