5 lines
65 B
Rust
Raw Normal View History

2018-07-31 12:59:52 +03:00
fn a() {}
fn b() { let _ = 1; }
fn c() { 1; 2; }
fn d() { 1; 2 }