blob: 3d543badace1e86ecdadbf15527bc307fc1045de [file] [log] [blame]
// skip-filecheck
// unit-test: ConstProp
// EMIT_MIR cast.main.ConstProp.diff
fn main() {
let x = 42u8 as u32;
let y = 42u32 as u8;
}