blob: e564ebcd110cbabbe798847a571e9c1cf285fe3a [file] [log] [blame]
use std::ptr;
fn main() {
(&ptr::write)(1 as *mut _, 42);
//~^ ERROR E0133
}