fn main() {
// ANCHOR: here
let mut num = 5;
let r1 = &raw const num;
let r2 = &raw mut num;
// ANCHOR_END: here
}