leo/tests/parser/expression/unary/bit_not.leo.off
2021-04-12 13:15:40 -07:00

13 lines
89 B
Plaintext

/*
namespace: ParseExpression
expectation: Pass
*/
~x
~x.y
~x::y
~x()
~~x
~-!x
-!~x
-~!x