added new tests :-)
[ozulis.git] / tests / lang / mugiwara / input / expr / and-uint32-bool.mgw
blobde0fb4ee685f97a69167b46383484397667c9339
1 void main()
3   cast(uint32, 13U) & cast(bool, true);