ref: 63ee97c65c38dfd6a8100e8386610b10cb2c0d77 dir: /test/zwidencast.myr/
use std /* should zero-extend u when casting to v, returning 99 */ const main = { var u : uint8 var v : uint32 u = 99 v = (u : uint32) std.exit((v : int)) }