Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
struct Zst;
fn main() {
unsafe { ::std::ptr::write_volatile(1 as *mut Zst, Zst) }
}