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