granite-rust/src/test/pretty/fn-return.rs

8 lines
111 B
Rust
Raw Normal View History

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