Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// unit-test: ConstProp
// EMIT_MIR ref_deref.main.ConstProp.diff
fn main() {
*(&4);
}