4 lines
48 B
Rust
Raw Normal View History

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