mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-01 22:54:55 +03:00
16 lines
127 B
Plaintext
16 lines
127 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
1 & 1
|
|
|
|
2&3
|
|
|
|
1 & 2 & 3
|
|
|
|
1 == 2 & 3 == 4
|
|
|
|
1 & 2 & 3
|
|
|
|
1 == 2 & 3 == 4 & 5 == 6 |