updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / and-int64-int8.mgw
blobe9af13512838238616cc4f59f1285c9e00b79a67
1 int32 main()
3   cast(int64, 13L) & cast(int8, 13);
4   return 0;