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