4 lines
45 B
Rust
Raw Normal View History

fn foo_decl_item(x: &mut i32) {
x = 3;
}