mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-29 21:22:55 +03:00
15 lines
146 B
Plaintext
15 lines
146 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
[0u8; 1].len()
|
|
|
|
[0; 1].len()
|
|
|
|
[0; (1, 2)].len()
|
|
|
|
[0; (1, 2, 3)].len()
|
|
|
|
[[[0; 3]; 2]; 1].len()
|