5 lines
52 B
Rust
Raw Normal View History

fn main() {
let &a = ();
let &mut b = ();
}