blob: 1b9e0acb2c05490345e94f54f682e5a95c93448a [file] [log] [blame]
// skip-filecheck
// unit-test: ConstProp
// EMIT_MIR ref_deref_project.main.ConstProp.diff
fn main() {
*(&(4, 5).1); // This does not currently propagate (#67862)
}