blob: 76e56916af09aa32606552cdfc5b83c92c81f84f [file] [log] [blame]
// unit-test: ConstProp
// EMIT_MIR ref_deref.main.ConstProp.diff
fn main() {
*(&4);
}