updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / eq-bool-bool.mgw
blob99bedae946cb8a52cf15444df073ec03511c0a19
1 int32 main()
3   cast(bool, true) == cast(bool, true);
4   return 0;