mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
12 lines
118 B
Plaintext
12 lines
118 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
1u8 - 1u8
|
|
|
|
2u16-3u64
|
|
|
|
1u32 - 2u32 - 3u32
|
|
|
|
1u8 * 2u16 - 3u32 * 4i64 |