mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 01:31:39 +03:00
8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
|
/*
|
||
|
ns: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
function x(x: [u8; 12]) {
|
||
|
return ();
|
||
|
}
|