Aleksey Kladov 7c67612b8a organizize
2018-08-10 22:33:29 +03:00

5 lines
52 B
Rust

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