mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
16 lines
125 B
Plaintext
16 lines
125 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
[0u8; 1]
|
|
|
|
[0; 1]
|
|
|
|
[0; (1)]
|
|
|
|
[0; (1, 2)]
|
|
|
|
[0; (1, 2, 3)]
|
|
|
|
[[[0; 3]; 2]; 1] |