blob: ee460a488b6756ff11e15dbd0b7d676b311fdcb5 [file] [log] [blame]
// EMIT_MIR copy_propagation.test.CopyPropagation.diff
fn test(x: u32) -> u32 {
let y = x;
y
}
fn main() {
// Make sure the function actually gets instantiated.
test(0);
}