updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / and-int32-bool.mgw
blob48e133beb9d3f02b1455743dadb02906833df330
1 int32 main()
3   cast(int32, 13) & cast(bool, true);
4   return 0;