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