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