rust/src/test/pretty/fn-return.rs
2018-12-25 21:08:33 -07:00

7 lines
111 B
Rust

// pp-exact
// Check that `fn f() -> () { }` does not print as `fn f() { }`.
fn f() -> () { }
fn main() { }