const main = fn() s32 { var x: u32 = 1; x = x << 5; x = x >> 5; const b: u32 = 1; return x - b; }