updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / gt-bool-uint64.mgw
blob72cf52ac022c571008f70698fdf6e91c01844bb5
1 int32 main()
3   cast(bool, true) > cast(uint64, 13UL);
4   return 0;